Uses of Class
com.mypurecloud.sdk.v2.api.request.PutFlowsDatatableRequest
Packages that use PutFlowsDatatableRequest
-
Uses of PutFlowsDatatableRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutFlowsDatatableRequestModifier and TypeMethodDescriptionArchitectApi.putFlowsDatatable(PutFlowsDatatableRequest request) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields.ArchitectApiAsync.putFlowsDatatableAsync(PutFlowsDatatableRequest request, AsyncApiCallback<DataTable> callback) Updates a specific datatable by id Updates a schema for a datatable with the given datatableId -updates allow only new fields to be added in the schema, no changes or removals of existing fields. -
Uses of PutFlowsDatatableRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutFlowsDatatableRequestModifier and TypeMethodDescriptionPutFlowsDatatableRequest.Builder.build()PutFlowsDatatableRequest.withCustomHeader(String name, String value) PutFlowsDatatableRequest.withDatatableId(String datatableId) PutFlowsDatatableRequest.withExpand(String expand)