Uses of Class
org.bonitasoft.connectors.rest.model.ProxyProtocol
-
Packages that use ProxyProtocol Package Description org.bonitasoft.connectors.rest.model -
-
Uses of ProxyProtocol in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return ProxyProtocol Modifier and Type Method Description ProxyProtocolProxy. getProtocol()Protocol value getter.static ProxyProtocolProxyProtocol. valueOf(String name)Returns 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 ProxyProtocol Modifier and Type Method Description voidProxy. setProtocol(ProxyProtocol protocol)Protocol value setter.
-