Uses of Class
com.mypurecloud.sdk.v2.model.FlowResultEntityListing
Packages that use FlowResultEntityListing
-
Uses of FlowResultEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowResultEntityListingModifier and TypeMethodDescriptionArchitectApi.postFlowsInstancesQuery(PostFlowsInstancesQueryRequest request) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max.ArchitectApi.postFlowsInstancesQuery(CriteriaQuery body, Boolean indexOnly, Integer pageSize) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowResultEntityListingModifier and TypeMethodDescriptionArchitectApi.postFlowsInstancesQuery(ApiRequest<CriteriaQuery> request) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max.ArchitectApiAsync.postFlowsInstancesQueryAsync(PostFlowsInstancesQueryRequest request, AsyncApiCallback<FlowResultEntityListing> callback) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max.ArchitectApiAsync.postFlowsInstancesQueryAsync(ApiRequest<CriteriaQuery> request, AsyncApiCallback<ApiResponse<FlowResultEntityListing>> callback) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max.ArchitectApi.postFlowsInstancesQueryWithHttpInfo(CriteriaQuery body, Boolean indexOnly, Integer pageSize) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowResultEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.postFlowsInstancesQueryAsync(PostFlowsInstancesQueryRequest request, AsyncApiCallback<FlowResultEntityListing> callback) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max.ArchitectApiAsync.postFlowsInstancesQueryAsync(ApiRequest<CriteriaQuery> request, AsyncApiCallback<ApiResponse<FlowResultEntityListing>> callback) Query the database of existing flow histories to look for particular flow criteria Returns a list of matching flow histories up to 200 max. -
Uses of FlowResultEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowResultEntityListingModifier and TypeMethodDescriptionFlowResultEntityListing.entities(List<FlowExecutionDataQueryResult> entities) FlowResultEntityListing.pageNumber(Integer pageNumber) FlowResultEntityListing.previousUri(String previousUri)