Uses of Enum Class
com.mypurecloud.sdk.v2.model.ApiUsageSimpleSearch.HttpMethodsEnum
Packages that use ApiUsageSimpleSearch.HttpMethodsEnum
-
Uses of ApiUsageSimpleSearch.HttpMethodsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ApiUsageSimpleSearch.HttpMethodsEnumModifier and TypeMethodDescriptionApiUsageSimpleSearch.HttpMethodsEnum.fromString(String key) Returns the enum constant of this class with the specified name.static ApiUsageSimpleSearch.HttpMethodsEnum[]ApiUsageSimpleSearch.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 ApiUsageSimpleSearch.HttpMethodsEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ApiUsageSimpleSearch.HttpMethodsEnumModifier and TypeMethodDescriptionApiUsageSimpleSearch.httpMethods(List<ApiUsageSimpleSearch.HttpMethodsEnum> httpMethods) Behaves like a SQL WHERE with multiple IN operators.voidApiUsageSimpleSearch.setHttpMethods(List<ApiUsageSimpleSearch.HttpMethodsEnum> httpMethods)