Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsDatatablesRequest
Packages that use GetFlowsDatatablesRequest
-
Uses of GetFlowsDatatablesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsDatatablesRequestModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatables(GetFlowsDatatablesRequest request) Retrieve a list of datatables for the org Returns a metadata list of the datatables associated with this org, including datatableId, name and description.ArchitectApiAsync.getFlowsDatatablesAsync(GetFlowsDatatablesRequest request, AsyncApiCallback<DataTablesDomainEntityListing> callback) Retrieve a list of datatables for the org Returns a metadata list of the datatables associated with this org, including datatableId, name and description. -
Uses of GetFlowsDatatablesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsDatatablesRequestModifier and TypeMethodDescriptionGetFlowsDatatablesRequest.Builder.build()GetFlowsDatatablesRequest.withCustomHeader(String name, String value) GetFlowsDatatablesRequest.withDivisionId(List<String> divisionId) GetFlowsDatatablesRequest.withExpand(String expand) GetFlowsDatatablesRequest.withPageNumber(Integer pageNumber) GetFlowsDatatablesRequest.withPageSize(Integer pageSize) GetFlowsDatatablesRequest.withSortBy(String sortBy) GetFlowsDatatablesRequest.withSortOrder(String sortOrder)