Uses of Enum
org.openapitools.client.model.RequiredEnum
Packages that use RequiredEnum
-
Uses of RequiredEnum in org.openapitools.client.model
Methods in org.openapitools.client.model that return RequiredEnumModifier and TypeMethodDescriptionstatic RequiredEnum
ChannelBinding.getRequired()
Get requiredstatic RequiredEnum
Returns the enum constant of this type with the specified name.static RequiredEnum[]
RequiredEnum.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 RequiredEnumModifier and TypeMethodDescriptionChannelBinding.required
(RequiredEnum required) void
ChannelBinding.setRequired
(RequiredEnum required)