Uses of Enum Class
com.flagsmith.config.FlagsmithConfig.Protocol
Packages that use FlagsmithConfig.Protocol
-
Uses of FlagsmithConfig.Protocol in com.flagsmith.config
Methods in com.flagsmith.config that return FlagsmithConfig.ProtocolModifier and TypeMethodDescriptionstatic FlagsmithConfig.ProtocolReturns the enum constant of this class with the specified name.static FlagsmithConfig.Protocol[]FlagsmithConfig.Protocol.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.flagsmith.config with type arguments of type FlagsmithConfig.ProtocolModifier and TypeMethodDescriptionFlagsmithConfig.Builder.withSupportedProtocols(List<FlagsmithConfig.Protocol> supportedProtocols) Specify the list of protocols supported for calls to the server.