Uses of Enum
com.okta.sdk.resource.model.UserSchemaAttributeUnion
Packages that use UserSchemaAttributeUnion
-
Uses of UserSchemaAttributeUnion in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return UserSchemaAttributeUnionModifier and TypeMethodDescriptionstatic UserSchemaAttributeUnionGroupSchemaAttribute.getUnion()Get unionUserSchemaAttribute.getUnion()Get unionstatic UserSchemaAttributeUnionReturns the enum constant of this type with the specified name.static UserSchemaAttributeUnion[]UserSchemaAttributeUnion.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 UserSchemaAttributeUnionModifier and TypeMethodDescriptionvoidGroupSchemaAttribute.setUnion(UserSchemaAttributeUnion union) voidUserSchemaAttribute.setUnion(UserSchemaAttributeUnion union) GroupSchemaAttribute.union(UserSchemaAttributeUnion union) UserSchemaAttribute.union(UserSchemaAttributeUnion union)