Class SupportContact
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.subscriptions.SupportContact
public class SupportContact extends ResourceBaseWithLinks<StandardResourceLinks>
Represents a form of support contact for a customer's subscription.
-
Constructor Summary
Constructors Constructor Description SupportContact() -
Method Summary
Modifier and Type Method Description StringgetName()StringgetSupportMpnId()StringgetSupportTenantId()voidsetName(String value)voidsetSupportMpnId(String value)voidsetSupportTenantId(String value)Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
SupportContact
public SupportContact()
-
-
Method Details