Uses of Class
com.mypurecloud.sdk.v2.model.FlowPathsQuery
Packages that use FlowPathsQuery
Package
Description
-
Uses of FlowPathsQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type FlowPathsQueryModifier and TypeMethodDescriptionJourneyApi.postJourneyFlowsPathsQuery(FlowPathsQuery body) Query for flow paths.JourneyApi.postJourneyFlowsPathsQueryWithHttpInfo(FlowPathsQuery body) Query for flow paths.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowPathsQueryModifier and TypeMethodDescriptionJourneyApi.postJourneyFlowsPathsQuery(ApiRequest<FlowPathsQuery> request) Query for flow paths.JourneyApiAsync.postJourneyFlowsPathsQueryAsync(ApiRequest<FlowPathsQuery> request, AsyncApiCallback<ApiResponse<FlowPaths>> callback) Query for flow paths. -
Uses of FlowPathsQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return FlowPathsQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type FlowPathsQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type FlowPathsQueryModifier and TypeMethodDescriptionvoidPostJourneyFlowsPathsQueryRequest.setBody(FlowPathsQuery body) PostJourneyFlowsPathsQueryRequest.Builder.withBody(FlowPathsQuery body) PostJourneyFlowsPathsQueryRequest.withBody(FlowPathsQuery body) -
Uses of FlowPathsQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowPathsQueryModifier and TypeMethodDescriptionFlowPathsQuery.category(FlowPathsQuery.CategoryEnum category) Category (use case) of the paths within a given domain.FlowPathsQuery.flows(List<FlowPathsFlowFilter> flows) List of flows to query the paths result.