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 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 org.openapitools.client.model with parameters of type UserSchemaAttributeUnionModifier and TypeMethodDescriptionvoidGroupSchemaAttribute.setUnion(UserSchemaAttributeUnion union) voidUserSchemaAttribute.setUnion(UserSchemaAttributeUnion union) GroupSchemaAttribute.union(UserSchemaAttributeUnion union) UserSchemaAttribute.union(UserSchemaAttributeUnion union)