Uses of Enum
com.okta.sdk.resource.model.RoleAssignmentType
Packages that use RoleAssignmentType
-
Uses of RoleAssignmentType in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return RoleAssignmentTypeModifier and TypeMethodDescriptionstatic RoleAssignmentTypeAssignRoleToUser201Response.getAssignmentType()Get assignmentTypeCustomRole.getAssignmentType()Get assignmentTypeListGroupAssignedRoles200ResponseInner.getAssignmentType()Get assignmentTypeRole.getAssignmentType()Get assignmentTypeStandardRole.getAssignmentType()Get assignmentTypestatic RoleAssignmentTypeReturns the enum constant of this type with the specified name.static RoleAssignmentType[]RoleAssignmentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type RoleAssignmentTypeModifier and TypeMethodDescriptionAssignRoleToUser201Response.assignmentType(RoleAssignmentType assignmentType) CustomRole.assignmentType(RoleAssignmentType assignmentType) ListGroupAssignedRoles200ResponseInner.assignmentType(RoleAssignmentType assignmentType) Role.assignmentType(RoleAssignmentType assignmentType) StandardRole.assignmentType(RoleAssignmentType assignmentType) voidAssignRoleToUser201Response.setAssignmentType(RoleAssignmentType assignmentType) voidCustomRole.setAssignmentType(RoleAssignmentType assignmentType) voidListGroupAssignedRoles200ResponseInner.setAssignmentType(RoleAssignmentType assignmentType) voidRole.setAssignmentType(RoleAssignmentType assignmentType) voidStandardRole.setAssignmentType(RoleAssignmentType assignmentType)