Uses of Enum
com.dtsx.astra.sdk.org.domain.UserStatus
Packages that use UserStatus
Package
Description
Entities and Pojo for Astra Core Service (IAM, Organization).
-
Uses of UserStatus in com.dtsx.astra.sdk.org.domain
Methods in com.dtsx.astra.sdk.org.domain that return UserStatusModifier and TypeMethodDescriptionUser.getStatus()Getter accessor for attribute 'status'.static UserStatusReturns 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.Methods in com.dtsx.astra.sdk.org.domain with parameters of type UserStatusModifier and TypeMethodDescriptionvoidUser.setStatus(UserStatus status) Setter accessor for attribute 'status'.