Class CustomerUser
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.users.User
com.microsoft.store.partnercenter.models.users.CustomerUser
public class CustomerUser extends User
-
Constructor Summary
Constructors Constructor Description CustomerUser() -
Method Summary
Modifier and Type Method Description StringgetUsageLocation()voidsetUsageLocation(String value)Methods inherited from class com.microsoft.store.partnercenter.models.users.User
getDisplayName, getFirstName, getId, getImmutableId, getLastDirectorySyncTime, getLastName, getPasswordProfile, getPhoneNumber, getSoftDeletionTime, getState, getUserDomainType, getUserPrincipalName, setDisplayName, setFirstName, setId, setImmutableId, setLastDirectorySyncTime, setLastName, setPasswordProfile, setPhoneNumber, setSoftDeletionTime, setState, setUserDomainType, setUserPrincipalNameMethods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
CustomerUser
public CustomerUser()
-
-
Method Details