Uses of Class
com.mypurecloud.sdk.v2.model.FlowPaths
Packages that use FlowPaths
-
Uses of FlowPaths in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowPathsModifier and TypeMethodDescriptionJourneyApi.postJourneyFlowsPathsQuery(PostJourneyFlowsPathsQueryRequest request) Query for flow paths.JourneyApi.postJourneyFlowsPathsQuery(FlowPathsQuery body) Query for flow paths.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowPathsModifier and TypeMethodDescriptionJourneyApi.postJourneyFlowsPathsQuery(ApiRequest<FlowPathsQuery> request) Query for flow paths.JourneyApiAsync.postJourneyFlowsPathsQueryAsync(PostJourneyFlowsPathsQueryRequest request, AsyncApiCallback<FlowPaths> callback) Query for flow paths.JourneyApiAsync.postJourneyFlowsPathsQueryAsync(ApiRequest<FlowPathsQuery> request, AsyncApiCallback<ApiResponse<FlowPaths>> callback) 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 FlowPathsModifier and TypeMethodDescriptionJourneyApiAsync.postJourneyFlowsPathsQueryAsync(PostJourneyFlowsPathsQueryRequest request, AsyncApiCallback<FlowPaths> callback) Query for flow paths.JourneyApiAsync.postJourneyFlowsPathsQueryAsync(ApiRequest<FlowPathsQuery> request, AsyncApiCallback<ApiResponse<FlowPaths>> callback) Query for flow paths. -
Uses of FlowPaths in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowPathsModifier and TypeMethodDescriptionFlowPaths.category(FlowPaths.CategoryEnum category) Category (use case) of the paths within a given domain.End date of the date range included in the flow paths data.Start date of the date range included in the flow paths data.FlowPaths.elements(Map<String, FlowPathsElement> elements) Unique element identifiers and their corresponding elements in the trie data structure representing the paths.