SupportProfileOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. profiles. SupportProfileOperations
- com.
- com.
- com.
Implements
public class SupportProfileOperations extends BasePartnerComponentString implements ISupportProfile
The partner support profile operations implementation.
Constructor Summary
| Constructor | Description |
|---|---|
| SupportProfileOperations(IPartner rootPartnerOperations) |
Initializes a new instance of the Support |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Support |
get()
Retrieves the partner support profile. |
|
Support |
update(SupportProfile updatePayload)
Updates the Partner Support Profile |
Inherited Members
Constructor Details
SupportProfileOperations
public SupportProfileOperations(IPartner rootPartnerOperations)
Initializes a new instance of the SupportProfileOperations class.
Parameters:
Method Details
get
public SupportProfile get()
Retrieves the partner support profile.
Returns:
update
public SupportProfile update(SupportProfile updatePayload)
Updates the Partner Support Profile
Parameters:
Returns: