Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
Batch
Class Batch
Index
Constructors
constructor
Properties
api
Methods
batch
Edit
Attributes
V1
batch
Edit
Attributes
V2
batch
Files
create
Elements
get
Batch
Attributes
Constructors
constructor
new
Batch
(
api
:
Api
)
:
Batch
Parameters
api
:
Api
Returns
Batch
Properties
api
api
:
Api
Methods
batch
Edit
Attributes
V1
batchEditAttributesV1
(
data
:
IBatchEditAttributeDataV1
[]
,
)
:
Promise
<
ApiResponse
<
void
,
void
>
>
Parameters
data
:
IBatchEditAttributeDataV1
[]
Returns
Promise
<
ApiResponse
<
void
,
void
>
>
batch
Edit
Attributes
V2
batchEditAttributesV2
(
data
:
IBatchEditAttributeDataV2
[]
,
)
:
Promise
<
ApiResponse
<
void
,
void
>
>
Parameters
data
:
IBatchEditAttributeDataV2
[]
Returns
Promise
<
ApiResponse
<
void
,
void
>
>
batch
Files
batchFiles
(
fileBatchData
:
FilesBatchPostData
[]
,
)
:
Promise
<
ApiOkResponse
<
FileBatchResponse
>
>
Parameters
fileBatchData
:
FilesBatchPostData
[]
Returns
Promise
<
ApiOkResponse
<
FileBatchResponse
>
>
create
Elements
createElements
(
data
:
ElementBatchCreateData
[]
,
)
:
Promise
<
ApiResponse
<
BatchCreateResponse
,
BatchCreateResponse
>
>
Parameters
data
:
ElementBatchCreateData
[]
Returns
Promise
<
ApiResponse
<
BatchCreateResponse
,
BatchCreateResponse
>
>
get
Batch
Attributes
getBatchAttributes
<
THash
extends
string
,
TAttr
extends
string
>
(
data
:
AttributesBatch
<
THash
,
TAttr
>
,
)
:
Promise
<
ApiResponse
<
BatchMetadata
<
THash
>
,
BatchMetadata
<
THash
>
>
>
Type Parameters
THash
extends
string
TAttr
extends
string
Parameters
data
:
AttributesBatch
<
THash
,
TAttr
>
Returns
Promise
<
ApiResponse
<
BatchMetadata
<
THash
>
,
BatchMetadata
<
THash
>
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
api
Methods
batch
Edit
Attributes
V1
batch
Edit
Attributes
V2
batch
Files
create
Elements
get
Batch
Attributes
edocu-sdk
Loading...