Uses of Class
com.mypurecloud.sdk.v2.model.FlowOutcomeListing
Packages that use FlowOutcomeListing
-
Uses of FlowOutcomeListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowOutcomeListingModifier and TypeMethodDescriptionArchitectApi.getFlowsOutcomes(GetFlowsOutcomesRequest request) Get a pageable list of flow outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.ArchitectApi.getFlowsOutcomes(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 outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowOutcomeListingModifier and TypeMethodDescriptionArchitectApi.getFlowsOutcomes(ApiRequest<Void> request) Get a pageable list of flow outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.ArchitectApiAsync.getFlowsOutcomesAsync(GetFlowsOutcomesRequest request, AsyncApiCallback<FlowOutcomeListing> callback) Get a pageable list of flow outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.ArchitectApiAsync.getFlowsOutcomesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowOutcomeListing>> callback) Get a pageable list of flow outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.ArchitectApi.getFlowsOutcomesWithHttpInfo(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 outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowOutcomeListingModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsOutcomesAsync(GetFlowsOutcomesRequest request, AsyncApiCallback<FlowOutcomeListing> callback) Get a pageable list of flow outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated.ArchitectApiAsync.getFlowsOutcomesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowOutcomeListing>> callback) Get a pageable list of flow outcomes, filtered by query parameters Multiple IDs can be specified, in which case all matching flow outcomes will be returned, and no other parameters will be evaluated. -
Uses of FlowOutcomeListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowOutcomeListingModifier and TypeMethodDescriptionFlowOutcomeListing.entities(List<FlowOutcome> entities) FlowOutcomeListing.pageNumber(Integer pageNumber) FlowOutcomeListing.previousUri(String previousUri)