Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsDatatableRowRequest
Packages that use GetFlowsDatatableRowRequest
-
Uses of GetFlowsDatatableRowRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsDatatableRowRequestModifier and TypeMethodDescriptionArchitectApi.getFlowsDatatableRow(GetFlowsDatatableRowRequest request) Returns a specific row for the datatable Given a datatableId and a rowId (the value of the key field) this will return the full row contents for that rowId.ArchitectApiAsync.getFlowsDatatableRowAsync(GetFlowsDatatableRowRequest request, AsyncApiCallback<Map<String, Object>> callback) Returns a specific row for the datatable Given a datatableId and a rowId (the value of the key field) this will return the full row contents for that rowId. -
Uses of GetFlowsDatatableRowRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsDatatableRowRequestModifier and TypeMethodDescriptionGetFlowsDatatableRowRequest.Builder.build()GetFlowsDatatableRowRequest.withCustomHeader(String name, String value) GetFlowsDatatableRowRequest.withDatatableId(String datatableId) GetFlowsDatatableRowRequest.withShowbrief(Boolean showbrief)