Uses of Enum
org.bonitasoft.connectors.rest.model.ProxyProtocol
Packages that use ProxyProtocol
-
Uses of ProxyProtocol in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return ProxyProtocolModifier and TypeMethodDescriptionProxy.getProtocol()Protocol value getter.static ProxyProtocolReturns the enum constant of this type with the specified name.static ProxyProtocol[]ProxyProtocol.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bonitasoft.connectors.rest.model with parameters of type ProxyProtocolModifier and TypeMethodDescriptionvoidProxy.setProtocol(ProxyProtocol protocol) Protocol value setter.