Uses of Class
com.mypurecloud.sdk.v2.api.request.GetLearningModulesRequest
Packages that use GetLearningModulesRequest
-
Uses of GetLearningModulesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetLearningModulesRequestModifier and TypeMethodDescriptionLearningApi.getLearningModules(GetLearningModulesRequest request) Get all learning modules of an organizationLearningApiAsync.getLearningModulesAsync(GetLearningModulesRequest request, AsyncApiCallback<LearningModuleList> callback) Get all learning modules of an organization -
Uses of GetLearningModulesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetLearningModulesRequestModifier and TypeMethodDescriptionGetLearningModulesRequest.Builder.build()GetLearningModulesRequest.withCustomHeader(String name, String value) GetLearningModulesRequest.withExpand(List<String> expand) GetLearningModulesRequest.withExternalIds(List<String> externalIds) GetLearningModulesRequest.withIsArchived(Boolean isArchived) GetLearningModulesRequest.withIsPublished(String isPublished) GetLearningModulesRequest.withPageNumber(Integer pageNumber) GetLearningModulesRequest.withPageSize(Integer pageSize) GetLearningModulesRequest.withSearchTerm(String searchTerm) GetLearningModulesRequest.withSortBy(String sortBy) GetLearningModulesRequest.withSortOrder(String sortOrder) GetLearningModulesRequest.withStatuses(List<String> statuses)