Uses of Enum
com.okta.sdk.resource.model.CustomRoleAssignmentSchema.TypeEnum
Packages that use CustomRoleAssignmentSchema.TypeEnum
-
Uses of CustomRoleAssignmentSchema.TypeEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return CustomRoleAssignmentSchema.TypeEnumModifier and TypeMethodDescriptionCustomRoleAssignmentSchema.getType()The type of role.Returns the enum constant of this type with the specified name.static CustomRoleAssignmentSchema.TypeEnum[]CustomRoleAssignmentSchema.TypeEnum.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 CustomRoleAssignmentSchema.TypeEnumModifier and TypeMethodDescriptionvoidCustomRoleAssignmentSchema.setType(CustomRoleAssignmentSchema.TypeEnum type) CustomRoleAssignmentSchema.type(CustomRoleAssignmentSchema.TypeEnum type)