Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsOutcomesRequest
Packages that use GetFlowsOutcomesRequest
-
Uses of GetFlowsOutcomesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsOutcomesRequestModifier 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.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. -
Uses of GetFlowsOutcomesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsOutcomesRequestModifier and TypeMethodDescriptionGetFlowsOutcomesRequest.Builder.build()GetFlowsOutcomesRequest.withCustomHeader(String name, String value) GetFlowsOutcomesRequest.withDescription(String description) GetFlowsOutcomesRequest.withDivisionId(List<String> divisionId) GetFlowsOutcomesRequest.withNameOrDescription(String nameOrDescription) GetFlowsOutcomesRequest.withPageNumber(Integer pageNumber) GetFlowsOutcomesRequest.withPageSize(Integer pageSize) GetFlowsOutcomesRequest.withSortBy(String sortBy) GetFlowsOutcomesRequest.withSortOrder(String sortOrder)