Uses of Class
com.flagsmith.config.FlagsmithConfig.Protocol
| Package | Description |
|---|---|
| com.flagsmith.config |
-
Uses of FlagsmithConfig.Protocol in com.flagsmith.config
Methods in com.flagsmith.config that return FlagsmithConfig.Protocol Modifier and Type Method Description static FlagsmithConfig.ProtocolFlagsmithConfig.Protocol. valueOf(String name)Returns the enum constant of this type with the specified name.static FlagsmithConfig.Protocol[]FlagsmithConfig.Protocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.flagsmith.config with type arguments of type FlagsmithConfig.Protocol Modifier and Type Method Description FlagsmithConfig.BuilderFlagsmithConfig.Builder. withSupportedProtocols(List<FlagsmithConfig.Protocol> supportedProtocols)Specify the list of protocols supported for calls to the server.