Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsDatatableRequest
Packages that use GetFlowsDatatableRequest
-
Uses of GetFlowsDatatableRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsDatatableRequestModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatable(GetFlowsDatatableRequest request) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it.ArchitectApiAsync.getFlowsDatatableAsync(GetFlowsDatatableRequest request, AsyncApiCallback<DataTable> callback) Returns a specific datatable by id Given a datatableId returns the datatable object and schema associated with it. -
Uses of GetFlowsDatatableRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsDatatableRequestModifier and TypeMethodDescriptionGetFlowsDatatableRequest.Builder.build()GetFlowsDatatableRequest.withCustomHeader(String name, String value) GetFlowsDatatableRequest.withDatatableId(String datatableId) GetFlowsDatatableRequest.withExpand(String expand)