Uses of Class
com.mypurecloud.sdk.v2.api.request.PostUsersRulesQueryRequest
Packages that use PostUsersRulesQueryRequest
-
Uses of PostUsersRulesQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostUsersRulesQueryRequestModifier and TypeMethodDescriptionUsersRulesApi.postUsersRulesQuery(PostUsersRulesQueryRequest request) Query the result of a users rule This will query the result of a rule.UsersRulesApiAsync.postUsersRulesQueryAsync(PostUsersRulesQueryRequest request, AsyncApiCallback<UsersRulesQueryResponse> callback) Query the result of a users rule This will query the result of a rule. -
Uses of PostUsersRulesQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostUsersRulesQueryRequestModifier and TypeMethodDescriptionPostUsersRulesQueryRequest.Builder.build()PostUsersRulesQueryRequest.withBody(UsersRulesQueryRuleRequest body) PostUsersRulesQueryRequest.withCustomHeader(String name, String value) PostUsersRulesQueryRequest.withPageNumber(Integer pageNumber) PostUsersRulesQueryRequest.withPageSize(Integer pageSize)