Class SupportProfile
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.partners.SupportProfile
public class SupportProfile extends ResourceBaseWithLinks<StandardResourceLinks>
Partner Support Profile
-
Constructor Summary
Constructors Constructor Description SupportProfile() -
Method Summary
Modifier and Type Method Description StringgetEmail()StringgetTelephone()StringgetWebsite()voidsetEmail(String value)voidsetTelephone(String value)voidsetWebsite(String value)Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
SupportProfile
public SupportProfile()
-
-
Method Details