Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsRequest
Packages that use GetFlowsRequest
-
Uses of GetFlowsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsRequestModifier and TypeMethodDescriptionArchitectApi.getFlows(GetFlowsRequest request) Get a pageable list of flows, filtered by query parameters If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search.ArchitectApiAsync.getFlowsAsync(GetFlowsRequest request, AsyncApiCallback<FlowEntityListing> callback) Get a pageable list of flows, filtered by query parameters If one or more IDs are specified, the search will fetch flows that match the given ID(s) and not use any additional supplied query parameters in the search. -
Uses of GetFlowsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsRequestModifier and TypeMethodDescriptionGetFlowsRequest.Builder.build()GetFlowsRequest.withCustomHeader(String name, String value) GetFlowsRequest.withDeleted(Boolean deleted) GetFlowsRequest.withDescription(String description) GetFlowsRequest.withDivisionId(List<String> divisionId) GetFlowsRequest.withEditableBy(String editableBy) GetFlowsRequest.withIncludeSchemas(Boolean includeSchemas) GetFlowsRequest.withLockedBy(String lockedBy) GetFlowsRequest.withLockedByClientId(String lockedByClientId) GetFlowsRequest.withNameOrDescription(String nameOrDescription) GetFlowsRequest.withPageNumber(Integer pageNumber) GetFlowsRequest.withPageSize(Integer pageSize) GetFlowsRequest.withPublishedAfter(String publishedAfter) GetFlowsRequest.withPublishedBefore(String publishedBefore) GetFlowsRequest.withPublishVersionId(String publishVersionId) GetFlowsRequest.withSecure(String secure) GetFlowsRequest.withSortBy(String sortBy) GetFlowsRequest.withSortOrder(String sortOrder) GetFlowsRequest.withVirtualAgentEnabled(Boolean virtualAgentEnabled)