Uses of Class
com.mypurecloud.sdk.v2.api.request.PostFlowsDatatablesRequest
Packages that use PostFlowsDatatablesRequest
-
Uses of PostFlowsDatatablesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostFlowsDatatablesRequestModifier and TypeMethodDescriptionArchitectApi.postFlowsDatatables(PostFlowsDatatablesRequest request) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema.ArchitectApiAsync.postFlowsDatatablesAsync(PostFlowsDatatablesRequest request, AsyncApiCallback<DataTable> callback) Create a new datatable with the specified json-schema definition This will create a new datatable with fields that match the property definitions in the JSON schema. -
Uses of PostFlowsDatatablesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostFlowsDatatablesRequestModifier and TypeMethodDescriptionPostFlowsDatatablesRequest.Builder.build()PostFlowsDatatablesRequest.withCustomHeader(String name, String value)