Interface ISubscriptionSupportContact
- All Superinterfaces:
IEntityGetOperations<SupportContact>,IEntityUpdateOperations<SupportContact>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
SubscriptionSupportContactOperations
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 Description SupportContactget()Retrieves the support contact of the customer's subscription.SupportContactupdate(SupportContact supportContact)Updates the support contact of the customer's subscription.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
SupportContact get()Retrieves the support contact of the customer's subscription.- Specified by:
getin interfaceIEntityGetOperations<SupportContact>- Returns:
- The subscription's support contact.
-
update
Updates the support contact of the customer's subscription.- Specified by:
updatein interfaceIEntityUpdateOperations<SupportContact>- Parameters:
supportContact- The support contact- Returns:
- The updated support contact.
-