Uses of Class
com.mypurecloud.sdk.v2.model.FlowEntityListing
Packages that use FlowEntityListing
-
Uses of FlowEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FlowEntityListingModifier 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.ArchitectApi.getFlows(List<String> type, Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, String description, String nameOrDescription, String publishVersionId, String editableBy, String lockedBy, String lockedByClientId, String secure, Boolean deleted, Boolean includeSchemas, Boolean virtualAgentEnabled, String publishedAfter, String publishedBefore, List<String> divisionId) 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.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FlowEntityListingModifier and TypeMethodDescriptionArchitectApi.getFlows(ApiRequest<Void> 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.ArchitectApiAsync.getFlowsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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.ArchitectApi.getFlowsWithHttpInfo(List<String> type, Integer pageNumber, Integer pageSize, String sortBy, String sortOrder, List<String> id, String name, String description, String nameOrDescription, String publishVersionId, String editableBy, String lockedBy, String lockedByClientId, String secure, Boolean deleted, Boolean includeSchemas, Boolean virtualAgentEnabled, String publishedAfter, String publishedBefore, List<String> divisionId) 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.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FlowEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.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.ArchitectApiAsync.getFlowsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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 FlowEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowEntityListingModifier and TypeMethodDescriptionFlowEntityListing.pageNumber(Integer pageNumber) FlowEntityListing.previousUri(String previousUri)