Uses of Class
com.mypurecloud.sdk.v2.model.ApiUsageSimpleSearch
Packages that use ApiUsageSimpleSearch
Package
Description
-
Uses of ApiUsageSimpleSearch in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type ApiUsageSimpleSearchModifier and TypeMethodDescriptionUsageApi.postUsageSimplesearch(ApiUsageSimpleSearch body) Search organization API Usage After calling this method, you will then need to poll for the query results based on the returned execution Id.UsageApi.postUsageSimplesearchWithHttpInfo(ApiUsageSimpleSearch body) Search organization API Usage After calling this method, you will then need to poll for the query results based on the returned execution Id.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ApiUsageSimpleSearchModifier and TypeMethodDescriptionUsageApi.postUsageSimplesearch(ApiRequest<ApiUsageSimpleSearch> request) Search organization API Usage After calling this method, you will then need to poll for the query results based on the returned execution Id.UsageApiAsync.postUsageSimplesearchAsync(ApiRequest<ApiUsageSimpleSearch> request, AsyncApiCallback<ApiResponse<UsageExecutionResult>> callback) Search organization API Usage After calling this method, you will then need to poll for the query results based on the returned execution Id. -
Uses of ApiUsageSimpleSearch in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ApiUsageSimpleSearchMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ApiUsageSimpleSearchMethods in com.mypurecloud.sdk.v2.api.request with parameters of type ApiUsageSimpleSearchModifier and TypeMethodDescriptionPostUsageSimplesearchRequest.builder(ApiUsageSimpleSearch body) voidPostUsageSimplesearchRequest.setBody(ApiUsageSimpleSearch body) PostUsageSimplesearchRequest.Builder.withBody(ApiUsageSimpleSearch body) PostUsageSimplesearchRequest.withBody(ApiUsageSimpleSearch body) PostUsageSimplesearchRequest.Builder.withRequiredParams(ApiUsageSimpleSearch body) -
Uses of ApiUsageSimpleSearch in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ApiUsageSimpleSearchModifier and TypeMethodDescriptionApiUsageSimpleSearch.httpMethods(List<ApiUsageSimpleSearch.HttpMethodsEnum> httpMethods) Behaves like a SQL WHERE with multiple IN operators.Behaves like one clause in a SQL WHERE.ApiUsageSimpleSearch.metrics(List<ApiUsageSimpleSearch.MetricsEnum> metrics) Behaves like a SQL SELECT clause.ApiUsageSimpleSearch.oauthClientNames(List<String> oauthClientNames) Behaves like a SQL WHERE with multiple IN operators.ApiUsageSimpleSearch.templateUris(List<String> templateUris) Behaves like a SQL WHERE with multiple IN operators.