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 RoleTypeAssignRoleRequest. getType()RoleTypeRole. getType()static RoleTypeRoleType. 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 AssignRoleRequestAssignRoleRequest. setType(RoleType type)RoleRole. setType(RoleType type)
-