SubscriptionSupportContactOperations Class

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 SubscriptionSupportContactOperations class.

Method Summary

Modifier and Type Method and Description
SupportContact get()

Retrieves the support contact of the customer's subscription.

SupportContact update(SupportContact supportContact)

Updates the support contact of the customer's subscription.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

SubscriptionSupportContactOperations

public SubscriptionSupportContactOperations(IPartner rootPartnerOperations, String customerId, String subscriptionId)

Initializes a new instance of the SubscriptionSupportContactOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - The customer identifier.
subscriptionId - The subscription identifier

Method Details

get

public SupportContact get()

Retrieves the support contact of the customer's subscription.

Returns:

The subscription's support contact.

update

public SupportContact update(SupportContact supportContact)

Updates the support contact of the customer's subscription.

Parameters:

supportContact - The support contact

Returns:

The updated support contact.

Applies to