Uses of Class
com.okta.sdk.resource.RoleType
-
Packages that use RoleType Package Description com.okta.sdk.resource -
-
Uses of RoleType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return RoleType Modifier and Type Method Description RoleType
AssignRoleRequest. getType()
RoleType
Role. getType()
static RoleType
RoleType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RoleType[]
RoleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type RoleType Modifier and Type Method Description AssignRoleRequest
AssignRoleRequest. setType(RoleType type)
Role
Role. setType(RoleType type)
-