Uses of Class
com.podio.user.UserStatusType
-
Packages that use UserStatusType Package Description com.podio.user -
-
Uses of UserStatusType in com.podio.user
Methods in com.podio.user that return UserStatusType Modifier and Type Method Description static UserStatusTypeUserStatusType. getByName(String value)UserStatusTypeUser. getStatus()static UserStatusTypeUserStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserStatusType[]UserStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.podio.user with parameters of type UserStatusType Modifier and Type Method Description voidUser. setStatus(UserStatusType status)
-