Uses of Enum Class
com.mypurecloud.sdk.v2.model.OrganizationPublicApiUsageQueryRequest.HttpMethodsEnum
Packages that use OrganizationPublicApiUsageQueryRequest.HttpMethodsEnum
-
Uses of OrganizationPublicApiUsageQueryRequest.HttpMethodsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrganizationPublicApiUsageQueryRequest.HttpMethodsEnumModifier and TypeMethodDescriptionOrganizationPublicApiUsageQueryRequest.HttpMethodsEnum.fromString(String key) Returns the enum constant of this class with the specified name.OrganizationPublicApiUsageQueryRequest.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 OrganizationPublicApiUsageQueryRequest.HttpMethodsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type OrganizationPublicApiUsageQueryRequest.HttpMethodsEnumModifier and TypeMethodDescriptionOrganizationPublicApiUsageQueryRequest.httpMethods(List<OrganizationPublicApiUsageQueryRequest.HttpMethodsEnum> httpMethods) Specify if you only want a subset of httpMethods represented in the query.voidOrganizationPublicApiUsageQueryRequest.setHttpMethods(List<OrganizationPublicApiUsageQueryRequest.HttpMethodsEnum> httpMethods)