public class BulkRequestContent
extends Object
| Constructor and Description |
|---|
BulkRequestContent(KintoneApi api,
KintoneRequest payload)
Creates a new
BulkRequestContent instance. |
| Modifier and Type | Method and Description |
|---|---|
KintoneApi |
getApi()
The path of the API for the request.
|
KintoneRequest |
getPayload()
The parameters to be passed onto the API of the request.
|
@ConstructorProperties(value={"api","payload"})
public BulkRequestContent(KintoneApi api,
KintoneRequest payload)
BulkRequestContent instance.api - The path of the API for the request.payload - The parameters to be passed onto the API of the request. Contents and formats will change
depending on the API.public KintoneApi getApi()
public KintoneRequest getPayload()