SubscriptionSupportContactOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. subscriptions. SubscriptionSupportContactOperations
- com.
- com.
Implements
public class SubscriptionSupportContactOperations extends BasePartnerComponent<Tuple<String,String>> implements ISubscriptionSupportContact
This class implements the operations for a customer's subscription support contact.
Constructor Summary
| Constructor | Description |
|---|---|
| SubscriptionSupportContactOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId) |
Initializes a new instance of the Subscription |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Support |
get()
Retrieves the support contact of the customer's subscription. |
|
Support |
update(SupportContact supportContact)
Updates the support contact of the customer's subscription. |
Inherited Members
Constructor Details
SubscriptionSupportContactOperations
public SubscriptionSupportContactOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)
Initializes a new instance of the SubscriptionSupportContactOperations class.
Parameters:
Method Details
get
public SupportContact get()
Retrieves the support contact of the customer's subscription.
Returns:
update
public SupportContact update(SupportContact supportContact)
Updates the support contact of the customer's subscription.
Parameters:
Returns: