See: Description
Class | Description |
---|---|
AppClient |
A client that operates app APIs.
|
FileClient |
A client that operates file APIs.
|
KintoneClient |
A
KintoneClient is the client for operating Kintone APIs. |
KintoneClientBuilder |
A builder for
KintoneClient . |
PluginClient |
A client that operates plugin APIs.
|
RecordClient |
A client that operates record APIs.
|
SchemaClient |
A client that operates schema APIs.
|
SpaceClient |
A client that operates space APIs.
|
Enum | Description |
---|---|
KintoneApi |
An enum representing Kintone APIs.
|
KintoneClient
is the API client, and KintoneClientBuilder
is the builder class for a KintoneClient
. To
setup the client, see the documents of these classes.
KintoneClient
delegates actual API calls to following sub-components, except for the
bulk requests:
RecordClient
for APIs related to record operations
AppClient
for APIs related to App settings
FileClient
for uploading and downloading files APIs
SpaceClient
for APIs related to Space settings
SchemaClient
for the API Schema APIs