Uses of Class
com.atlassian.confluence.api.model.people.UserStatus
-
Packages that use UserStatus Package Description com.atlassian.confluence.api.model.people -
-
Uses of UserStatus in com.atlassian.confluence.api.model.people
Fields in com.atlassian.confluence.api.model.people declared as UserStatus Modifier and Type Field Description static UserStatusUserStatus. CURRENTstatic UserStatusUserStatus. DEACTIVATEDstatic UserStatusUserStatus. EXTERNALLY_DELETEDstatic UserStatusUserStatus. UNLICENSEDMethods in com.atlassian.confluence.api.model.people that return UserStatus Modifier and Type Method Description static UserStatusUserStatus. valueOf(String str)Return theUserStatusfor the given status string.Methods in com.atlassian.confluence.api.model.people that return types with arguments of type UserStatus Modifier and Type Method Description Reference<UserStatus>KnownUser. getStatusRef()Methods in com.atlassian.confluence.api.model.people with parameters of type UserStatus Modifier and Type Method Description KnownUser.BuilderKnownUser.Builder. status(UserStatus status)
-