Uses of Class
com.microsoft.store.partnercenter.models.users.UserState
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.users |
-
Uses of UserState in com.microsoft.store.partnercenter.models.users
Methods in com.microsoft.store.partnercenter.models.users that return UserState Modifier and Type Method Description UserStateUser. getState()Gets the state for the user.static UserStateUserState. valueOf(String name)Returns the enum constant of this type with the specified name.static UserState[]UserState. 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 UserState Modifier and Type Method Description voidUser. setState(UserState value)Sets the state for the user.