Uses of Class
com.mypurecloud.sdk.v2.model.UsersRulesDependentList
Packages that use UsersRulesDependentList
-
Uses of UsersRulesDependentList in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UsersRulesDependentListModifier and TypeMethodDescriptionUsersRulesApi.getUsersRuleDependents(GetUsersRuleDependentsRequest request) Get dependents for a users ruleUsersRulesApi.getUsersRuleDependents(String ruleId, Integer pageSize, Integer pageNumber, String sortOrder) Get dependents for a users ruleMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type UsersRulesDependentListModifier and TypeMethodDescriptionUsersRulesApi.getUsersRuleDependents(ApiRequest<Void> request) Get dependents for a users ruleUsersRulesApiAsync.getUsersRuleDependentsAsync(GetUsersRuleDependentsRequest request, AsyncApiCallback<UsersRulesDependentList> callback) Get dependents for a users ruleUsersRulesApiAsync.getUsersRuleDependentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UsersRulesDependentList>> callback) Get dependents for a users ruleUsersRulesApi.getUsersRuleDependentsWithHttpInfo(String ruleId, Integer pageSize, Integer pageNumber, String sortOrder) Get dependents for a users ruleMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UsersRulesDependentListModifier and TypeMethodDescriptionUsersRulesApiAsync.getUsersRuleDependentsAsync(GetUsersRuleDependentsRequest request, AsyncApiCallback<UsersRulesDependentList> callback) Get dependents for a users ruleUsersRulesApiAsync.getUsersRuleDependentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<UsersRulesDependentList>> callback) Get dependents for a users rule -
Uses of UsersRulesDependentList in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UsersRulesDependentListModifier and TypeMethodDescriptionUsersRulesDependentList.entities(List<UsersRulesDependent> entities) UsersRulesDependentList.pageNumber(Integer pageNumber) UsersRulesDependentList.previousUri(String previousUri)