Uses of Class
com.azure.spring.cloud.config.RequestType
-
Packages that use RequestType Package Description com.azure.spring.cloud.config Package contains classes for loading configuration from Azure App Configuration Stores. -
-
Uses of RequestType in com.azure.spring.cloud.config
Methods in com.azure.spring.cloud.config that return RequestType Modifier and Type Method Description static RequestTypeRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestType[]RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-