Uses of Enum
org.openapitools.client.model.UserSchemaAttributeUnion
Packages that use UserSchemaAttributeUnion
-
Uses of UserSchemaAttributeUnion in org.openapitools.client.model
Methods in org.openapitools.client.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 org.openapitools.client.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)