ISubscriptionSupportContact Interface
Implements
public interface ISubscriptionSupportContact extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<SupportContact>, IEntityUpdateOperations<SupportContact>
Defines the operations available on a customer's subscription support contact.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Support |
get()
Retrieves the support contact of the customer's subscription. |
|
abstract
Support |
update(SupportContact supportContact)
Updates the support contact of the customer's subscription. |
Method Details
get
public abstract SupportContact get()
Retrieves the support contact of the customer's subscription.
Returns:
update
public abstract SupportContact update(SupportContact supportContact)
Updates the support contact of the customer's subscription.
Parameters:
Returns: