Uses of Enum
com.dtsx.astra.sdk.org.domain.UserStatus
Package
Description
Entities and Pojo for Astra Core Service (IAM, Organization).
-
Uses of UserStatus in com.dtsx.astra.sdk.org.domain
Modifier and TypeMethodDescriptionUser.getStatus()
Getter accessor for attribute 'status'.static UserStatus
Returns the enum constant of this type with the specified name.static UserStatus[]
UserStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
User.setStatus
(UserStatus status) Setter accessor for attribute 'status'.