Uses of Class
com.microsoft.store.partnercenter.models.users.UserDomainType
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.users |
-
Uses of UserDomainType in com.microsoft.store.partnercenter.models.users
Methods in com.microsoft.store.partnercenter.models.users that return UserDomainType Modifier and Type Method Description UserDomainTypeUser. getUserDomainType()Gets the user domain type.static UserDomainTypeUserDomainType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserDomainType[]UserDomainType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.store.partnercenter.models.users with parameters of type UserDomainType Modifier and Type Method Description voidUser. setUserDomainType(UserDomainType value)Sets the user domain type.