Uses of Class
com.mypurecloud.sdk.v2.model.DataTableRowEntityListing
Packages that use DataTableRowEntityListing
-
Uses of DataTableRowEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return DataTableRowEntityListingModifier 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.ArchitectApi.getFlowsDatatableRows(String datatableId, Integer pageNumber, Integer pageSize, Boolean showbrief, String sortOrder) Returns the rows for the datatable with the given id Returns all of the rows for the datatable with the given datatableId.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type DataTableRowEntityListingModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatableRows(ApiRequest<Void> 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.ArchitectApiAsync.getFlowsDatatableRowsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<DataTableRowEntityListing>> callback) Returns the rows for the datatable with the given id Returns all of the rows for the datatable with the given datatableId.ArchitectApi.getFlowsDatatableRowsWithHttpInfo(String datatableId, Integer pageNumber, Integer pageSize, Boolean showbrief, String sortOrder) Returns the rows for the datatable with the given id Returns all of the rows for the datatable with the given datatableId.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DataTableRowEntityListingModifier and TypeMethodDescriptionArchitectApiAsync.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.ArchitectApiAsync.getFlowsDatatableRowsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<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 DataTableRowEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DataTableRowEntityListingModifier and TypeMethodDescriptionDataTableRowEntityListing.pageNumber(Integer pageNumber) DataTableRowEntityListing.previousUri(String previousUri)