Uses of Enum
org.openapitools.client.model.ProtocolEndpointBinding
Packages that use ProtocolEndpointBinding
-
Uses of ProtocolEndpointBinding in org.openapitools.client.model
Methods in org.openapitools.client.model that return ProtocolEndpointBindingModifier and TypeMethodDescriptionstatic ProtocolEndpointBinding
ProtocolEndpoint.getBinding()
Get bindingstatic ProtocolEndpointBinding
Returns the enum constant of this type with the specified name.static ProtocolEndpointBinding[]
ProtocolEndpointBinding.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 ProtocolEndpointBindingModifier and TypeMethodDescriptionProtocolEndpoint.binding
(ProtocolEndpointBinding binding) void
ProtocolEndpoint.setBinding
(ProtocolEndpointBinding binding)