Uses of Class
com.mypurecloud.sdk.v2.model.UsersRulesQueryResponse
Packages that use UsersRulesQueryResponse
-
Uses of UsersRulesQueryResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UsersRulesQueryResponseModifier and TypeMethodDescriptionUsersRulesApi.postUsersRulesQuery(PostUsersRulesQueryRequest request) Query the result of a users rule This will query the result of a rule.UsersRulesApi.postUsersRulesQuery(UsersRulesQueryRuleRequest body, Integer pageNumber, Integer pageSize) Query the result of a users rule This will query the result of a rule.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UsersRulesQueryResponseModifier and TypeMethodDescriptionUsersRulesApi.postUsersRulesQuery(ApiRequest<UsersRulesQueryRuleRequest> 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.UsersRulesApiAsync.postUsersRulesQueryAsync(ApiRequest<UsersRulesQueryRuleRequest> request, AsyncApiCallback<ApiResponse<UsersRulesQueryResponse>> callback) Query the result of a users rule This will query the result of a rule.UsersRulesApi.postUsersRulesQueryWithHttpInfo(UsersRulesQueryRuleRequest body, Integer pageNumber, Integer pageSize) Query the result of a users rule This will query the result of a rule.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UsersRulesQueryResponseModifier and TypeMethodDescriptionUsersRulesApiAsync.postUsersRulesQueryAsync(PostUsersRulesQueryRequest request, AsyncApiCallback<UsersRulesQueryResponse> callback) Query the result of a users rule This will query the result of a rule.UsersRulesApiAsync.postUsersRulesQueryAsync(ApiRequest<UsersRulesQueryRuleRequest> request, AsyncApiCallback<ApiResponse<UsersRulesQueryResponse>> callback) Query the result of a users rule This will query the result of a rule. -
Uses of UsersRulesQueryResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UsersRulesQueryResponseModifier and TypeMethodDescriptionUsersRulesQueryResponse.entities(List<UserReference> entities) UsersRulesQueryResponse.pageNumber(Integer pageNumber) UsersRulesQueryResponse.previousUri(String previousUri)