Uses of Enum Class
co.ankatech.ankasecure.sdk.client.ApiClientFactory.ClientMode
Packages that use ApiClientFactory.ClientMode
-
Uses of ApiClientFactory.ClientMode in co.ankatech.ankasecure.sdk.client
Methods in co.ankatech.ankasecure.sdk.client that return ApiClientFactory.ClientModeModifier and TypeMethodDescriptionstatic ApiClientFactory.ClientModeReturns the enum constant of this class with the specified name.static ApiClientFactory.ClientMode[]ApiClientFactory.ClientMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in co.ankatech.ankasecure.sdk.client with parameters of type ApiClientFactory.ClientModeModifier and TypeMethodDescriptionstatic co.ankatech.secure.client.invoker.ApiClientApiClientFactory.createClient(ApiClientFactory.ClientMode mode) Creates an ApiClient based on the specified mode.