Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsDatatableRowsRequest
Packages that use GetFlowsDatatableRowsRequest
-
Uses of GetFlowsDatatableRowsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsDatatableRowsRequestModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatableRows(GetFlowsDatatableRowsRequest request) Returns the rows for the datatable with the given id Returns all of the rows for the datatable with the given datatableId.ArchitectApiAsync.getFlowsDatatableRowsAsync(GetFlowsDatatableRowsRequest request, AsyncApiCallback<DataTableRowEntityListing> callback) Returns the rows for the datatable with the given id Returns all of the rows for the datatable with the given datatableId. -
Uses of GetFlowsDatatableRowsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsDatatableRowsRequestModifier and TypeMethodDescriptionGetFlowsDatatableRowsRequest.Builder.build()GetFlowsDatatableRowsRequest.withCustomHeader(String name, String value) GetFlowsDatatableRowsRequest.withDatatableId(String datatableId) GetFlowsDatatableRowsRequest.withPageNumber(Integer pageNumber) GetFlowsDatatableRowsRequest.withPageSize(Integer pageSize) GetFlowsDatatableRowsRequest.withShowbrief(Boolean showbrief) GetFlowsDatatableRowsRequest.withSortOrder(String sortOrder)