Uses of Class
com.mypurecloud.sdk.v2.api.request.PostUsageSimplesearchRequest
Packages that use PostUsageSimplesearchRequest
-
Uses of PostUsageSimplesearchRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostUsageSimplesearchRequestModifier and TypeMethodDescriptionUsageApi.postUsageSimplesearch(PostUsageSimplesearchRequest 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(PostUsageSimplesearchRequest request, AsyncApiCallback<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 PostUsageSimplesearchRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostUsageSimplesearchRequestModifier and TypeMethodDescriptionPostUsageSimplesearchRequest.Builder.build()PostUsageSimplesearchRequest.withBody(ApiUsageSimpleSearch body) PostUsageSimplesearchRequest.withCustomHeader(String name, String value)