Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsMilestonesRequest
Packages that use GetFlowsMilestonesRequest
-
Uses of GetFlowsMilestonesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsMilestonesRequestModifier and TypeMethodDescriptionArchitectApi.getFlowsMilestones(GetFlowsMilestonesRequest request) Get a pageable list of flow milestones, filtered by query parameters Multiple IDs can be specified, in which case all matching flow milestones will be returned, and no other parameters will be evaluated.ArchitectApiAsync.getFlowsMilestonesAsync(GetFlowsMilestonesRequest request, AsyncApiCallback<FlowMilestoneListing> callback) Get a pageable list of flow milestones, filtered by query parameters Multiple IDs can be specified, in which case all matching flow milestones will be returned, and no other parameters will be evaluated. -
Uses of GetFlowsMilestonesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsMilestonesRequestModifier and TypeMethodDescriptionGetFlowsMilestonesRequest.Builder.build()GetFlowsMilestonesRequest.withCustomHeader(String name, String value) GetFlowsMilestonesRequest.withDescription(String description) GetFlowsMilestonesRequest.withDivisionId(List<String> divisionId) GetFlowsMilestonesRequest.withNameOrDescription(String nameOrDescription) GetFlowsMilestonesRequest.withPageNumber(Integer pageNumber) GetFlowsMilestonesRequest.withPageSize(Integer pageSize) GetFlowsMilestonesRequest.withSortBy(String sortBy) GetFlowsMilestonesRequest.withSortOrder(String sortOrder)