Uses of Class
com.mypurecloud.sdk.v2.model.FlowsQueryCriteriaResponse
Packages that use FlowsQueryCriteriaResponse
-
Uses of FlowsQueryCriteriaResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowsQueryCriteriaResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsInstancesQuerycapabilities(GetFlowsInstancesQuerycapabilitiesRequest request) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data.ArchitectApi.getFlowsInstancesQuerycapabilities(String expand) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowsQueryCriteriaResponseModifier and TypeMethodDescriptionArchitectApi.getFlowsInstancesQuerycapabilities(ApiRequest<Void> request) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data.ArchitectApiAsync.getFlowsInstancesQuerycapabilitiesAsync(GetFlowsInstancesQuerycapabilitiesRequest request, AsyncApiCallback<FlowsQueryCriteriaResponse> callback) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data.ArchitectApiAsync.getFlowsInstancesQuerycapabilitiesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowsQueryCriteriaResponse>> callback) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data.ArchitectApi.getFlowsInstancesQuerycapabilitiesWithHttpInfo(String expand) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowsQueryCriteriaResponseModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsInstancesQuerycapabilitiesAsync(GetFlowsInstancesQuerycapabilitiesRequest request, AsyncApiCallback<FlowsQueryCriteriaResponse> callback) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data.ArchitectApiAsync.getFlowsInstancesQuerycapabilitiesAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FlowsQueryCriteriaResponse>> callback) Retrieve a list of capabilities that the org can use to query for execution data Returns the queryable parameters that can be used to build a query for execution data. -
Uses of FlowsQueryCriteriaResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowsQueryCriteriaResponseModifier and TypeMethodDescriptionFlowsQueryCriteriaResponse.actionTypes(List<FlowsQueryCriteriaResponse.ActionTypesEnum> actionTypes) The is a list of action types the organization has access to.FlowsQueryCriteriaResponse.criteria(List<QueryCriteria> criteria) The is a list of allowed criteria to query on.FlowsQueryCriteriaResponse.errorCodes(List<String> errorCodes) The is a list of potential error codes the organization may encounter.FlowsQueryCriteriaResponse.flowTypes(List<FlowsQueryCriteriaResponse.FlowTypesEnum> flowTypes) The is a list of flow types the organization has access to.FlowsQueryCriteriaResponse.warningCodes(List<String> warningCodes) The is a list of potential warning codes the organization may encounter.