Uses of Class
jetbrains.buildServer.serverSide.oauth.space.pojo.SpaceRightStatus
-
Packages that use SpaceRightStatus Package Description jetbrains.buildServer.serverSide.oauth.space.pojo -
-
Uses of SpaceRightStatus in jetbrains.buildServer.serverSide.oauth.space.pojo
Methods in jetbrains.buildServer.serverSide.oauth.space.pojo that return SpaceRightStatus Modifier and Type Method Description SpaceRightStatus
RightDTO. getStatus()
static SpaceRightStatus
SpaceRightStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static SpaceRightStatus[]
SpaceRightStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide.oauth.space.pojo that return types with arguments of type SpaceRightStatus Modifier and Type Method Description Map<SpaceRight,SpaceRightStatus>
SpaceApplicationRights. getRightStatuses()
Methods in jetbrains.buildServer.serverSide.oauth.space.pojo with parameters of type SpaceRightStatus Modifier and Type Method Description void
RightDTO. setStatus(SpaceRightStatus status)
Constructors in jetbrains.buildServer.serverSide.oauth.space.pojo with parameters of type SpaceRightStatus Constructor Description RightDTO(String rightCode, SpaceRightStatus status)
Constructor parameters in jetbrains.buildServer.serverSide.oauth.space.pojo with type arguments of type SpaceRightStatus Constructor Description SpaceApplicationRights(String contextIdentifier, Map<SpaceRight,SpaceRightStatus> rightStatuses)
-