Uses of Enum Class
com.mypurecloud.sdk.v2.model.ClientPublicApiUsageQueryRequest.HttpMethodsEnum
Packages that use ClientPublicApiUsageQueryRequest.HttpMethodsEnum
-
Uses of ClientPublicApiUsageQueryRequest.HttpMethodsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ClientPublicApiUsageQueryRequest.HttpMethodsEnumModifier and TypeMethodDescriptionClientPublicApiUsageQueryRequest.HttpMethodsEnum.fromString(String key) Returns the enum constant of this class with the specified name.ClientPublicApiUsageQueryRequest.HttpMethodsEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ClientPublicApiUsageQueryRequest.HttpMethodsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ClientPublicApiUsageQueryRequest.HttpMethodsEnumModifier and TypeMethodDescriptionClientPublicApiUsageQueryRequest.httpMethods(List<ClientPublicApiUsageQueryRequest.HttpMethodsEnum> httpMethods) Specify if you only want a subset of httpMethods represented in the query.voidClientPublicApiUsageQueryRequest.setHttpMethods(List<ClientPublicApiUsageQueryRequest.HttpMethodsEnum> httpMethods)