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 UserSchemaAttributeUnion
GroupSchemaAttribute.getUnion()
Get unionUserSchemaAttribute.getUnion()
Get unionstatic UserSchemaAttributeUnion
Returns 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 TypeMethodDescriptionvoid
GroupSchemaAttribute.setUnion
(UserSchemaAttributeUnion union) void
UserSchemaAttribute.setUnion
(UserSchemaAttributeUnion union) GroupSchemaAttribute.union
(UserSchemaAttributeUnion union) UserSchemaAttribute.union
(UserSchemaAttributeUnion union)