Uses of Class
com.mypurecloud.sdk.v2.model.FlowMilestoneListing
Packages that use FlowMilestoneListing
-
Uses of FlowMilestoneListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowMilestoneListingModifier 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.ArchitectApi.getFlowsMilestones(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, String description, String nameOrDescription, List<String> divisionId) 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.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowMilestoneListingModifier and TypeMethodDescriptionArchitectApi.getFlowsMilestones(ApiRequest<Void> 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.ArchitectApiAsync.getFlowsMilestonesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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.ArchitectApi.getFlowsMilestonesWithHttpInfo(Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, String description, String nameOrDescription, List<String> divisionId) 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.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowMilestoneListingModifier and TypeMethodDescriptionArchitectApiAsync.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.ArchitectApiAsync.getFlowsMilestonesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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 FlowMilestoneListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowMilestoneListingModifier and TypeMethodDescriptionFlowMilestoneListing.entities(List<FlowMilestone> entities) FlowMilestoneListing.pageNumber(Integer pageNumber) FlowMilestoneListing.previousUri(String previousUri)