SupportsBatchCreation<ResourceT>.create 方法
定义
重载
create(Creatable<ResourceT>... creatables) |
Executes the create requests on a collection (batch) of resources.
|
create(List<Creatable<ResourceT>> creatables) |
Executes the create requests on a collection (batch) of resources.
|
create(Creatable<ResourceT>... creatables)
Executes the create requests on a collection (batch) of resources.
public CreatedResources<ResourceT> create(Creatable<ResourceT>... creatables)
参数
- creatables
- Creatable<ResourceT>...
the creatables in the batch
返回
CreatedResources<ResourceT>
the batch operation result from which created resources in this batch can be accessed.
create(List<Creatable<ResourceT>> creatables)
Executes the create requests on a collection (batch) of resources.
public CreatedResources<ResourceT> create(List<Creatable<ResourceT>> creatables)
参数
- creatables
- List<Creatable<ResourceT>>
the list of creatables in the batch
返回
CreatedResources<ResourceT>
the batch operation result from which created resources in this batch can be accessed.