| Interface | Description |
|---|---|
| LazyUploader |
An interface wrapped lazy file uploading.
|
| Class | Description |
|---|---|
| AllTests | |
| AppDto |
A data transfer object represents the file.
|
| BulkRequest |
Bulk request.
|
| BulkRequestData |
Bulk request data.
|
| Comment |
A comment object represents a row of the record comment.
|
| CommentSet |
CommentSet class Represents a data set of the comments.
|
| Connection |
kintone data access class.
|
| ConnectionTest | |
| ErrorResponse |
Represents an error response by kintone.
|
| Field |
A field object stores the each value of the variable field types.
|
| FileDto |
A data transfer object represents the file.
|
| FileLazyUploader |
Implemented class of lazy file uploader for using File.
|
| InputStreamLazyUploader |
Implemented class of lazy file uploader for using InputStream.
|
| JsonParser |
JsonParser class converts JSON string to Java object and also Java object to
JSON string.
|
| MentionDto |
A data transfer object represents the mention data
|
| Record |
A record object represents a row of the kintone application.
|
| ResultSet |
Resultset class Represents a kintone database result set.
|
| UserDto |
A data transfer object represents the user data whose field type is
user-select, creator or modifier.
|
| Enum | Description |
|---|---|
| FieldType |
Defines the field types which kintone official api provides.
|