Uses of Class
com.mypurecloud.sdk.v2.api.request.PostLearningRulesQueryRequest
Packages that use PostLearningRulesQueryRequest
-
Uses of PostLearningRulesQueryRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostLearningRulesQueryRequestModifier and TypeMethodDescriptionLearningApi.postLearningRulesQuery(PostLearningRulesQueryRequest request) Get users for learning module rule This will get the users who matches the given rule.LearningApiAsync.postLearningRulesQueryAsync(PostLearningRulesQueryRequest request, AsyncApiCallback<LearningAssignmentUserListing> callback) Get users for learning module rule This will get the users who matches the given rule. -
Uses of PostLearningRulesQueryRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostLearningRulesQueryRequestModifier and TypeMethodDescriptionPostLearningRulesQueryRequest.Builder.build()PostLearningRulesQueryRequest.withBody(LearningAssignmentUserQuery body) PostLearningRulesQueryRequest.withCustomHeader(String name, String value) PostLearningRulesQueryRequest.withPageNumber(Integer pageNumber) PostLearningRulesQueryRequest.withPageSize(Integer pageSize)