Class GetLearningModulesRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.GetLearningModulesRequest.Builder
- Enclosing class:
- GetLearningModulesRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withExpand(List<String> expand) withExternalIds(List<String> externalIds) withIsArchived(Boolean isArchived) withIsPublished(String isPublished) withPageNumber(Integer pageNumber) withPageSize(Integer pageSize) withSearchTerm(String searchTerm) withSortBy(String sortBy) withSortOrder(String sortOrder) withStatuses(List<String> statuses)
-
Method Details
-
withIsArchived
-
withTypes
-
withTypesEnumValues
public GetLearningModulesRequest.Builder withTypesEnumValues(List<GetLearningModulesRequest.typesValues> types) -
withPageSize
-
withPageNumber
-
withSortOrder
-
withSortOrder
public GetLearningModulesRequest.Builder withSortOrder(GetLearningModulesRequest.sortOrderValues sortOrder) -
withSortBy
-
withSortBy
-
withSearchTerm
-
withExpand
-
withExpandEnumValues
public GetLearningModulesRequest.Builder withExpandEnumValues(List<GetLearningModulesRequest.expandValues> expand) -
withIsPublished
-
withIsPublished
public GetLearningModulesRequest.Builder withIsPublished(GetLearningModulesRequest.isPublishedValues isPublished) -
withStatuses
-
withStatusesEnumValues
public GetLearningModulesRequest.Builder withStatusesEnumValues(List<GetLearningModulesRequest.statusesValues> statuses) -
withExternalIds
-
build
-