Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

ActionId - Class in com.kintone.client.model.app
Created or updated Action ID returned by Update App Action Settings API.
ActionId(long) - Constructor for class ActionId
 
addApp(String) - Method in class AppClient
Creates a preview App.
addApp(String, Long, Long) - Method in class AppClient
Creates a preview App.
addApp(AddAppRequest) - Method in class AppClient
Creates a preview App.
AddAppRequest - Class in com.kintone.client.api.app
A request object for Add App API.
AddAppRequest() - Constructor for class AddAppRequest
 
AddAppResponseBody - Class in com.kintone.client.api.app
A response object for Add App API.
AddAppResponseBody(long, long) - Constructor for class AddAppResponseBody
 
AddedSpaceMember - Class in com.kintone.client.model.space
A Space member information retrieved by Get Space Members API.
AddedSpaceMember(Entity, boolean, boolean, boolean) - Constructor for class AddedSpaceMember
 
addFormFields(long, List<FieldProperty>) - Method in class AppClient
Adds fields to a form of an App.
addFormFields(long, List<FieldProperty>, Long) - Method in class AppClient
Adds fields to a form of an App.
addFormFields(long, Map<String, FieldProperty>) - Method in class AppClient
Adds fields to a form of an App.
addFormFields(long, Map<String, FieldProperty>, Long) - Method in class AppClient
Adds fields to a form of an App.
addFormFields(AddFormFieldsRequest) - Method in class AppClient
Adds fields to a form of an App.
AddFormFieldsRequest - Class in com.kintone.client.api.app
A request object for Add Form Fields API.
AddFormFieldsRequest() - Constructor for class AddFormFieldsRequest
 
AddFormFieldsResponseBody - Class in com.kintone.client.api.app
A response object for Add Form Fields API.
AddFormFieldsResponseBody(long) - Constructor for class AddFormFieldsResponseBody
 
addGuests(List<GuestUser>) - Method in class SpaceClient
Adds Guest users to kintone.
addGuests(AddGuestsRequest) - Method in class SpaceClient
Adds Guest users to kintone.
AddGuestsRequest - Class in com.kintone.client.api.space
A request object for Add Guests API.
AddGuestsRequest() - Constructor for class AddGuestsRequest
 
AddGuestsResponseBody - Class in com.kintone.client.api.space
A response object for Add Guests API.
AddGuestsResponseBody() - Constructor for class AddGuestsResponseBody
 
addRecord(long, Record) - Method in class RecordClient
Adds 1 record to an App.
addRecord(AddRecordRequest) - Method in class RecordClient
Adds 1 record to an App.
addRecordComment(long, long, RecordComment) - Method in class RecordClient
Add a comment to a record in an app.
addRecordComment(AddRecordCommentRequest) - Method in class RecordClient
Add a comment to a record in an app.
AddRecordCommentRequest - Class in com.kintone.client.api.record
A request object for Add Record Comment API.
AddRecordCommentRequest() - Constructor for class AddRecordCommentRequest
 
AddRecordCommentResponseBody - Class in com.kintone.client.api.record
A response object for Add Record Comment API.
AddRecordCommentResponseBody(long) - Constructor for class AddRecordCommentResponseBody
 
AddRecordRequest - Class in com.kintone.client.api.record
A request object for Add Record API.
AddRecordRequest() - Constructor for class AddRecordRequest
 
AddRecordResponseBody - Class in com.kintone.client.api.record
A response object for Add Record API.
AddRecordResponseBody(long, long) - Constructor for class AddRecordResponseBody
 
addRecords(long, List<Record>) - Method in class RecordClient
Adds multiple records to an App.
addRecords(AddRecordsRequest) - Method in class RecordClient
Adds multiple records to an App.
AddRecordsRequest - Class in com.kintone.client.api.record
A request object for Add Records API.
AddRecordsRequest() - Constructor for class AddRecordsRequest
 
AddRecordsResponseBody - Class in com.kintone.client.api.record
A response object for Add Records API.
AddRecordsResponseBody(List<Long>, List<Long>) - Constructor for class AddRecordsResponseBody
 
addSpaceFromTemplate(AddSpaceFromTemplateRequest) - Method in class SpaceClient
Creates a Space from a Space template.
AddSpaceFromTemplateRequest - Class in com.kintone.client.api.space
A request object for Add Space From Template API.
AddSpaceFromTemplateRequest() - Constructor for class AddSpaceFromTemplateRequest
 
AddSpaceFromTemplateResponseBody - Class in com.kintone.client.api.space
A response object for Add Space From Template API.
AddSpaceFromTemplateResponseBody(long) - Constructor for class AddSpaceFromTemplateResponseBody
 
addThreadComment(long, long, ThreadComment) - Method in class SpaceClient
Adds a comment to a Thread of a Space.
addThreadComment(AddThreadCommentRequest) - Method in class SpaceClient
Adds a comment to a Thread of a Space.
AddThreadCommentRequest - Class in com.kintone.client.api.space
A request object for Add Thread Comment API.
AddThreadCommentRequest() - Constructor for class AddThreadCommentRequest
 
AddThreadCommentResponseBody - Class in com.kintone.client.api.space
A response object for Add Thread Comment API.
AddThreadCommentResponseBody(long) - Constructor for class AddThreadCommentResponseBody
 
AggregationFunction - Enum in com.kintone.client.model.app.report
An enum for representing the type of the "Function" option of an aggregation.
AggregationGroup - Class in com.kintone.client.model.app.report
An object containing a "Group by" setting of Graphs
AggregationGroup() - Constructor for class AggregationGroup
 
AggregationSetting - Class in com.kintone.client.model.app.report
An object containing a "Function" setting of Graphs
AggregationSetting() - Constructor for class AggregationSetting
 
AggregationSort - Class in com.kintone.client.model.app.report
An object containing a "Sort by" setting of Graphs
AggregationSort() - Constructor for class AggregationSort
 
AggregationSortTarget - Enum in com.kintone.client.model.app.report
An enum for representing how the graph is sorted.
AggregationTimeUnit - Enum in com.kintone.client.model.app.report
An enum for representing the time unit used for the "Group by" option of Graphs.
Alignment - Enum in com.kintone.client.model.app.field
The layout of the options of CheckBox field and Radio button field.
ApiSchemaLink - Class in com.kintone.client.model.schema
An object containing information of an API.
ApiSchemaLink(String) - Constructor for class ApiSchemaLink
 
app() - Method in class KintoneClient
Get the client for app APIs.
App - Class in com.kintone.client.model.app
General information of an App retrieved by Get Apps API.
App(long, String, String, String, Long, Long, ZonedDateTime, User, ZonedDateTime, User) - Constructor for class App
 
AppAction - Class in com.kintone.client.model.app
An object containing an Action setting.
AppAction() - Constructor for class AppAction
 
AppActionMapping - Class in com.kintone.client.model.app
An object containing the "Field Mappings" option of the Action settings.
AppActionMapping() - Constructor for class AppActionMapping
 
AppActionSourceType - Enum in com.kintone.client.model.app
The type of source data that is to be copied by Actions of an App.
AppClient - Class in com.kintone.client
A client that operates app APIs.
AppDeployStatus - Class in com.kintone.client.model.app
An information of App's deployment status.
AppDeployStatus(long, DeployStatus) - Constructor for class AppDeployStatus
 
AppFileIcon - Class in com.kintone.client.model.app
An object that contain information of file-type App icon.
AppFileIcon() - Constructor for class AppFileIcon
 
AppIcon - Interface in com.kintone.client.model.app
A AppIcon represents the icon of an App.
AppIconType - Enum in com.kintone.client.model.app
The App icon type.
AppPresetIcon - Class in com.kintone.client.model.app
An object that contain information of preset App icon.
AppPresetIcon() - Constructor for class AppPresetIcon
 
AppRightEntity - Class in com.kintone.client.model.app
An object that contain data of App permissions for an Entity.
AppRightEntity() - Constructor for class AppRightEntity
 
AttachedApp - Class in com.kintone.client.model.space
An object contains information of an App in a Space.
AttachedApp(long, String, String, String, long, ZonedDateTime, User, ZonedDateTime, User) - Constructor for class AttachedApp
 
Auth - Interface in com.kintone.client.model
 
authByApiToken(String) - Method in class KintoneClientBuilder
Sets API token authentication.
authByApiToken(Collection<String>) - Method in class KintoneClientBuilder
Sets API token authentication.
authByPassword(String, String) - Method in class KintoneClientBuilder
Sets Password authentication.

B

BasicAuth - Class in com.kintone.client.model
A container object for the user and password of BASIC Authentication.
BasicAuth(String, String) - Constructor for class BasicAuth
 
build() - Method in class KintoneClientBuilder
 
BuiltinType - Enum in com.kintone.client.model.app
Types of built-in views.
BulkRequestContent - Class in com.kintone.client.model
An object containing request information that run in a Bulk Request.
BulkRequestContent(KintoneApi, KintoneRequest) - Constructor for class BulkRequestContent
 
bulkRequests(BulkRequestsRequest) - Method in class KintoneClient
Runs multiple API requests sequentially to multiple Apps.
BulkRequestsRequest - Class in com.kintone.client.api.common
A request object for Bulk Requests API.
BulkRequestsRequest() - Constructor for class BulkRequestsRequest
 
BulkRequestsResponseBody - Class in com.kintone.client.api.common
A response object for Bulk Requests API.
BulkRequestsResponseBody(List<KintoneResponseBody>) - Constructor for class BulkRequestsResponseBody
 
byApiToken(String) - Static method in interface Auth
Creates an Auth instance for API token authentication.
byApiToken(Collection<String>) - Static method in interface Auth
Creates an Auth instance for API token authentication with multiple API tokens.
byPassword(String, String) - Static method in interface Auth
Creates an Auth instance for Password authentication.

C

CalcFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Calculated field for getting and setting the field settings.
CalcFieldProperty() - Constructor for class CalcFieldProperty
 
CalcFieldValue - Class in com.kintone.client.model.record
A value object for a Calculated field.
CalcFieldValue(String) - Constructor for class CalcFieldValue
 
canEqual(Object) - Method in class AddAppRequest
 
canEqual(Object) - Method in class AddFormFieldsRequest
 
canEqual(Object) - Method in class DeleteFormFieldsRequest
 
canEqual(Object) - Method in class DeployAppRequest
 
canEqual(Object) - Method in class EvaluateRecordAclRequest
 
canEqual(Object) - Method in class GetAppAclPreviewRequest
 
canEqual(Object) - Method in class GetAppAclRequest
 
canEqual(Object) - Method in class GetAppActionsPreviewRequest
 
canEqual(Object) - Method in class GetAppActionsRequest
 
canEqual(Object) - Method in class GetAppCustomizePreviewRequest
 
canEqual(Object) - Method in class GetAppCustomizeRequest
 
canEqual(Object) - Method in class GetAppRequest
 
canEqual(Object) - Method in class GetAppSettingsPreviewRequest
 
canEqual(Object) - Method in class GetAppSettingsRequest
 
canEqual(Object) - Method in class GetAppsRequest
 
canEqual(Object) - Method in class GetDeployStatusRequest
 
canEqual(Object) - Method in class GetFieldAclPreviewRequest
 
canEqual(Object) - Method in class GetFieldAclRequest
 
canEqual(Object) - Method in class GetFormFieldsPreviewRequest
 
canEqual(Object) - Method in class GetFormFieldsRequest
 
canEqual(Object) - Method in class GetFormLayoutPreviewRequest
 
canEqual(Object) - Method in class GetFormLayoutRequest
 
canEqual(Object) - Method in class GetGeneralNotificationsPreviewRequest
 
canEqual(Object) - Method in class GetGeneralNotificationsRequest
 
canEqual(Object) - Method in class GetPerRecordNotificationsPreviewRequest
 
canEqual(Object) - Method in class GetPerRecordNotificationsPreviewResponseBody
 
canEqual(Object) - Method in class GetPerRecordNotificationsRequest
 
canEqual(Object) - Method in class GetProcessManagementPreviewRequest
 
canEqual(Object) - Method in class GetProcessManagementRequest
 
canEqual(Object) - Method in class GetRecordAclPreviewRequest
 
canEqual(Object) - Method in class GetRecordAclRequest
 
canEqual(Object) - Method in class GetReminderNotificationsPreviewRequest
 
canEqual(Object) - Method in class GetReminderNotificationsRequest
 
canEqual(Object) - Method in class GetReportsPreviewRequest
 
canEqual(Object) - Method in class GetReportsRequest
 
canEqual(Object) - Method in class GetViewsPreviewRequest
 
canEqual(Object) - Method in class GetViewsRequest
 
canEqual(Object) - Method in class UpdateAppAclRequest
 
canEqual(Object) - Method in class UpdateAppActionsRequest
 
canEqual(Object) - Method in class UpdateAppCustomizeRequest
 
canEqual(Object) - Method in class UpdateAppSettingsRequest
 
canEqual(Object) - Method in class UpdateFieldAclRequest
 
canEqual(Object) - Method in class UpdateFormFieldsRequest
 
canEqual(Object) - Method in class UpdateFormLayoutRequest
 
canEqual(Object) - Method in class UpdateGeneralNotificationsRequest
 
canEqual(Object) - Method in class UpdatePerRecordNotificationsRequest
 
canEqual(Object) - Method in class UpdateProcessManagementRequest
 
canEqual(Object) - Method in class UpdateRecordAclRequest
 
canEqual(Object) - Method in class UpdateReminderNotificationsRequest
 
canEqual(Object) - Method in class UpdateReportsRequest
 
canEqual(Object) - Method in class UpdateViewsRequest
 
canEqual(Object) - Method in class BulkRequestsRequest
 
canEqual(Object) - Method in class DownloadFileRequest
 
canEqual(Object) - Method in class UploadFileRequest
 
canEqual(Object) - Method in class AddRecordCommentRequest
 
canEqual(Object) - Method in class AddRecordRequest
 
canEqual(Object) - Method in class AddRecordsRequest
 
canEqual(Object) - Method in class CreateCursorRequest
 
canEqual(Object) - Method in class DeleteCursorRequest
 
canEqual(Object) - Method in class DeleteRecordCommentRequest
 
canEqual(Object) - Method in class DeleteRecordsRequest
 
canEqual(Object) - Method in class GetRecordCommentsRequest
 
canEqual(Object) - Method in class GetRecordRequest
 
canEqual(Object) - Method in class GetRecordsByCursorRequest
 
canEqual(Object) - Method in class GetRecordsRequest
 
canEqual(Object) - Method in class UpdateRecordAssigneesRequest
 
canEqual(Object) - Method in class UpdateRecordRequest
 
canEqual(Object) - Method in class UpdateRecordsRequest
 
canEqual(Object) - Method in class UpdateRecordStatusesRequest
 
canEqual(Object) - Method in class UpdateRecordStatusRequest
 
canEqual(Object) - Method in class AddGuestsRequest
 
canEqual(Object) - Method in class AddSpaceFromTemplateRequest
 
canEqual(Object) - Method in class AddThreadCommentRequest
 
canEqual(Object) - Method in class DeleteGuestsRequest
 
canEqual(Object) - Method in class DeleteSpaceRequest
 
canEqual(Object) - Method in class GetSpaceMembersRequest
 
canEqual(Object) - Method in class GetSpaceRequest
 
canEqual(Object) - Method in class UpdateSpaceBodyRequest
 
canEqual(Object) - Method in class UpdateSpaceGuestsRequest
 
canEqual(Object) - Method in class UpdateSpaceMembersRequest
 
canEqual(Object) - Method in class UpdateThreadRequest
 
canEqual(Object) - Method in class AppAction
 
canEqual(Object) - Method in class AppActionMapping
 
canEqual(Object) - Method in class AppFileIcon
 
canEqual(Object) - Method in class AppPresetIcon
 
canEqual(Object) - Method in class AppRightEntity
 
canEqual(Object) - Method in class CustomizeBody
 
canEqual(Object) - Method in class CustomizeFileResource
 
canEqual(Object) - Method in class CustomizeUrlResource
 
canEqual(Object) - Method in class DeployApp
 
canEqual(Object) - Method in class CalcFieldProperty
 
canEqual(Object) - Method in class CategoryFieldProperty
 
canEqual(Object) - Method in class CheckBoxFieldProperty
 
canEqual(Object) - Method in class CreatedTimeFieldProperty
 
canEqual(Object) - Method in class CreatorFieldProperty
 
canEqual(Object) - Method in class DateFieldProperty
 
canEqual(Object) - Method in class DateTimeFieldProperty
 
canEqual(Object) - Method in class DropDownFieldProperty
 
canEqual(Object) - Method in class FieldMapping
 
canEqual(Object) - Method in class FileFieldProperty
 
canEqual(Object) - Method in class GroupFieldProperty
 
canEqual(Object) - Method in class GroupSelectFieldProperty
 
canEqual(Object) - Method in class LinkFieldProperty
 
canEqual(Object) - Method in class LookupFieldProperty
 
canEqual(Object) - Method in class LookupSetting
 
canEqual(Object) - Method in class ModifierFieldProperty
 
canEqual(Object) - Method in class MultiLineTextFieldProperty
 
canEqual(Object) - Method in class MultiSelectFieldProperty
 
canEqual(Object) - Method in class NumberFieldProperty
 
canEqual(Object) - Method in class Option
 
canEqual(Object) - Method in class OrganizationSelectFieldProperty
 
canEqual(Object) - Method in class RadioButtonFieldProperty
 
canEqual(Object) - Method in class RecordNumberFieldProperty
 
canEqual(Object) - Method in class ReferenceTable
 
canEqual(Object) - Method in class ReferenceTableCondition
 
canEqual(Object) - Method in class ReferenceTableFieldProperty
 
canEqual(Object) - Method in class RelatedApp
 
canEqual(Object) - Method in class RichTextFieldProperty
 
canEqual(Object) - Method in class SingleLineTextFieldProperty
 
canEqual(Object) - Method in class StatusAssigneeFieldProperty
 
canEqual(Object) - Method in class StatusFieldProperty
 
canEqual(Object) - Method in class SubtableFieldProperty
 
canEqual(Object) - Method in class TimeFieldProperty
 
canEqual(Object) - Method in class UpdatedTimeFieldProperty
 
canEqual(Object) - Method in class UserSelectFieldProperty
 
canEqual(Object) - Method in class FieldRight
 
canEqual(Object) - Method in class FieldRightEntity
 
canEqual(Object) - Method in class GeneralNotification
 
canEqual(Object) - Method in class FieldLayout
 
canEqual(Object) - Method in class FieldSize
 
canEqual(Object) - Method in class GroupLayout
 
canEqual(Object) - Method in class RowLayout
 
canEqual(Object) - Method in class SubtableLayout
 
canEqual(Object) - Method in class NotificationTarget
 
canEqual(Object) - Method in class PerRecordNotification
 
canEqual(Object) - Method in class ProcessAction
 
canEqual(Object) - Method in class ProcessAssignee
 
canEqual(Object) - Method in class ProcessEntity
 
canEqual(Object) - Method in class ProcessState
 
canEqual(Object) - Method in class RecordRight
 
canEqual(Object) - Method in class RecordRightEntity
 
canEqual(Object) - Method in class ReminderNotification
 
canEqual(Object) - Method in class ReminderTiming
 
canEqual(Object) - Method in class AggregationGroup
 
canEqual(Object) - Method in class AggregationSetting
 
canEqual(Object) - Method in class AggregationSort
 
canEqual(Object) - Method in class EveryDayPeriod
 
canEqual(Object) - Method in class EveryHourPeriod
 
canEqual(Object) - Method in class EveryMonthPeriod
 
canEqual(Object) - Method in class EveryQuarterPeriod
 
canEqual(Object) - Method in class EveryWeekPeriod
 
canEqual(Object) - Method in class EveryYearPeriod
 
canEqual(Object) - Method in class PeriodicReport
 
canEqual(Object) - Method in class Report
 
canEqual(Object) - Method in class View
 
canEqual(Object) - Method in class FileBody
 
canEqual(Object) - Method in class CalcFieldValue
 
canEqual(Object) - Method in class RecordComment
 
canEqual(Object) - Method in class RecordForUpdate
 
canEqual(Object) - Method in class StatusAction
 
canEqual(Object) - Method in class UpdateKey
 
canEqual(Object) - Method in class GuestUser
 
canEqual(Object) - Method in class SpaceMember
 
canEqual(Object) - Method in class ThreadComment
 
canEqual(Object) - Method in class ThreadCommentFile
 
CategoryFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Category field for getting the field settings.
CategoryFieldProperty() - Constructor for class CategoryFieldProperty
 
CategoryFieldValue - Class in com.kintone.client.model.record
A value object for a Category field.
CategoryFieldValue(List<String>) - Constructor for class CategoryFieldValue
 
CategoryFieldValue(String...) - Constructor for class CategoryFieldValue
 
ChartMode - Enum in com.kintone.client.model.app.report
An enum for representing the display mode of Graphs.
ChartType - Enum in com.kintone.client.model.app.report
An enum for representing the chart type of Graphs.
CheckBoxFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Checkbox field for getting and setting the field settings.
CheckBoxFieldProperty() - Constructor for class CheckBoxFieldProperty
 
CheckBoxFieldValue - Class in com.kintone.client.model.record
A value object of a Checkbox field.
CheckBoxFieldValue(List<String>) - Constructor for class CheckBoxFieldValue
 
CheckBoxFieldValue(String...) - Constructor for class CheckBoxFieldValue
 
close() - Method in class DownloadFileResponseBody
Close this resource.
close() - Method in class KintoneClient
 
com.kintone.client - package com.kintone.client
Provides the core classes of the API client for Kintone APIs.
com.kintone.client.api - package com.kintone.client.api
This package provides classes corresponding to the request and response of Kintone APIs.
com.kintone.client.api.app - package com.kintone.client.api.app
Provides request and response objects related to App settings.
com.kintone.client.api.common - package com.kintone.client.api.common
Provides request and response objects of miscellaneous APIs.
com.kintone.client.api.record - package com.kintone.client.api.record
Provides request and response objects related to record operations.
com.kintone.client.api.schema - package com.kintone.client.api.schema
Provides request and response objects related to API schema APIs.
com.kintone.client.api.space - package com.kintone.client.api.space
Provides request and response objects related to Space operations.
com.kintone.client.exception - package com.kintone.client.exception
Provides the exceptions used in this library.
com.kintone.client.model - package com.kintone.client.model
Classes for values used by the request and response objects of Kintone APIs.
com.kintone.client.model.app - package com.kintone.client.model.app
Classes for values related to App operations.
com.kintone.client.model.app.field - package com.kintone.client.model.app.field
Classes for values related to the properties of fields.
com.kintone.client.model.app.layout - package com.kintone.client.model.app.layout
Classes for values related to the layout of fields.
com.kintone.client.model.app.report - package com.kintone.client.model.app.report
Classes for values related to the Graph settings.
com.kintone.client.model.record - package com.kintone.client.model.record
Classes for values related to record operations, including the value objects of fields in a record.
com.kintone.client.model.schema - package com.kintone.client.model.schema
Classes for values used by Schema APIs.
com.kintone.client.model.space - package com.kintone.client.model.space
Classes for values related to Space operations.
countRecords(long) - Method in class RecordClient
Get the number of records.
countRecords(long, String) - Method in class RecordClient
Get the number of records.
CoverType - Enum in com.kintone.client.model.space
An enum for representing the cover image type of Spaces.
create(String) - Static method in class KintoneClientBuilder
Returns an instance of this builder.
createCursor(long) - Method in class RecordClient
Creates a cursor so that large amount of records can be obtained from an App.
createCursor(long, List<String>, String) - Method in class RecordClient
Creates a cursor so that large amount of records can be obtained from an App.
createCursor(CreateCursorRequest) - Method in class RecordClient
Creates a cursor so that large amount of records can be obtained from an App.
CreateCursorRequest - Class in com.kintone.client.api.record
A request object for Create Cursor API.
CreateCursorRequest() - Constructor for class CreateCursorRequest
 
CreateCursorResponseBody - Class in com.kintone.client.api.record
A response object for Create Cursor API.
CreateCursorResponseBody(String, long) - Constructor for class CreateCursorResponseBody
 
CreatedTimeFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Created date-time field for getting and setting the field settings.
CreatedTimeFieldProperty() - Constructor for class CreatedTimeFieldProperty
 
CreatedTimeFieldValue - Class in com.kintone.client.model.record
A value object for a Created date-time field.
CreatedTimeFieldValue(ZonedDateTime) - Constructor for class CreatedTimeFieldValue
 
CreatorFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Creator field for getting and setting the field settings.
CreatorFieldProperty() - Constructor for class CreatorFieldProperty
 
CreatorFieldValue - Class in com.kintone.client.model.record
A value object for a Creator field.
CreatorFieldValue(User) - Constructor for class CreatorFieldValue
 
CustomizeBody - Class in com.kintone.client.model.app
An object containing data of JavaScript and CSS customizations.
CustomizeBody() - Constructor for class CustomizeBody
 
CustomizeFileResource - Class in com.kintone.client.model.app
JavaScript and CSS customization information for uploaded files.
CustomizeFileResource() - Constructor for class CustomizeFileResource
 
CustomizeResource - Interface in com.kintone.client.model.app
JavaScript and CSS customization information.
CustomizeScope - Enum in com.kintone.client.model.app
The scope of JavaScript and CSS customization.
CustomizeType - Enum in com.kintone.client.model.app
Types of customization resources.
CustomizeUrlResource - Class in com.kintone.client.model.app
JavaScript and CSS customization information specified by an URL.
CustomizeUrlResource() - Constructor for class CustomizeUrlResource
 

D

DateFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Date field for getting and setting the field settings.
DateFieldProperty() - Constructor for class DateFieldProperty
 
DateFieldValue - Class in com.kintone.client.model.record
A value object for a Date field.
DateFieldValue(LocalDate) - Constructor for class DateFieldValue
 
DateTimeFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Date and time field for getting and setting the field settings.
DateTimeFieldProperty() - Constructor for class DateTimeFieldProperty
 
DateTimeFieldValue - Class in com.kintone.client.model.record
A value object for a Date and time field.
DateTimeFieldValue(ZonedDateTime) - Constructor for class DateTimeFieldValue
 
defaultClient(String, String, String) - Static method in class KintoneClientBuilder
Builds a KintoneClient with Password authentication.
defaultClient(String, String) - Static method in class KintoneClientBuilder
Builds a KintoneClient with API token authentication.
defaultClient(String, List<String>) - Static method in class KintoneClientBuilder
Builds a KintoneClient with API token authentication using multiple API tokens.
deleteCursor(String) - Method in class RecordClient
Deletes a cursor by specifying the cursor ID.
deleteCursor(DeleteCursorRequest) - Method in class RecordClient
Deletes a cursor by specifying the cursor ID.
DeleteCursorRequest - Class in com.kintone.client.api.record
A request object for Delete Cursor API.
DeleteCursorRequest() - Constructor for class DeleteCursorRequest
 
DeleteCursorResponseBody - Class in com.kintone.client.api.record
A response object for Delete Cursor API.
DeleteCursorResponseBody() - Constructor for class DeleteCursorResponseBody
 
deleteFormFields(long, List<String>) - Method in class AppClient
Deletes fields from a form of an App.
deleteFormFields(long, List<String>, Long) - Method in class AppClient
Deletes fields from a form of an App.
deleteFormFields(DeleteFormFieldsRequest) - Method in class AppClient
Deletes fields from a form of an App.
DeleteFormFieldsRequest - Class in com.kintone.client.api.app
A request object for Delete Form Fields API.
DeleteFormFieldsRequest() - Constructor for class DeleteFormFieldsRequest
 
DeleteFormFieldsResponseBody - Class in com.kintone.client.api.app
A response object for Delete Form Fields API.
DeleteFormFieldsResponseBody(long) - Constructor for class DeleteFormFieldsResponseBody
 
deleteGuests(List<String>) - Method in class SpaceClient
Deletes a Guest user from kintone.
deleteGuests(DeleteGuestsRequest) - Method in class SpaceClient
Deletes a Guest user from kintone.
DeleteGuestsRequest - Class in com.kintone.client.api.space
A request object for Delete Guests API.
DeleteGuestsRequest() - Constructor for class DeleteGuestsRequest
 
DeleteGuestsResponseBody - Class in com.kintone.client.api.space
A response object for Delete Guests API.
DeleteGuestsResponseBody() - Constructor for class DeleteGuestsResponseBody
 
deleteRecordComment(long, long, long) - Method in class RecordClient
Delete a comment in a record in an app.
deleteRecordComment(DeleteRecordCommentRequest) - Method in class RecordClient
Delete a comment in a record in an app.
DeleteRecordCommentRequest - Class in com.kintone.client.api.record
A request object for Delete Record Comment API.
DeleteRecordCommentRequest() - Constructor for class DeleteRecordCommentRequest
 
DeleteRecordCommentResponseBody - Class in com.kintone.client.api.record
A response object for Delete Record Comment API.
DeleteRecordCommentResponseBody() - Constructor for class DeleteRecordCommentResponseBody
 
deleteRecords(long, List<Long>) - Method in class RecordClient
Deletes multiple records in an app.
deleteRecords(long, List<Long>, List<Long>) - Method in class RecordClient
Deletes multiple records in an app.
deleteRecords(DeleteRecordsRequest) - Method in class RecordClient
Deletes multiple records in an app.
DeleteRecordsRequest - Class in com.kintone.client.api.record
A request object for Delete Records API.
DeleteRecordsRequest() - Constructor for class DeleteRecordsRequest
 
DeleteRecordsResponseBody - Class in com.kintone.client.api.record
A response object for Delete Records API.
DeleteRecordsResponseBody() - Constructor for class DeleteRecordsResponseBody
 
deleteSpace(long) - Method in class SpaceClient
Deletes a Space.
deleteSpace(DeleteSpaceRequest) - Method in class SpaceClient
Deletes a Space.
DeleteSpaceRequest - Class in com.kintone.client.api.space
A request object for Delete Space API.
DeleteSpaceRequest() - Constructor for class DeleteSpaceRequest
 
DeleteSpaceResponseBody - Class in com.kintone.client.api.space
A response object for Delete Space API.
DeleteSpaceResponseBody() - Constructor for class DeleteSpaceResponseBody
 
deployApp(long) - Method in class AppClient
Updates the settings of a pre-live App to the live App.
deployApp(long, Long) - Method in class AppClient
Updates the settings of a pre-live App to the live App.
deployApp(DeployAppRequest) - Method in class AppClient
Updates the settings of a pre-live App to the live App.
DeployApp - Class in com.kintone.client.model.app
An information of the App to deploy the pre-live settings to the live Apps.
DeployApp() - Constructor for class DeployApp
 
DeployAppRequest - Class in com.kintone.client.api.app
A request object for Deploy App API.
DeployAppRequest() - Constructor for class DeployAppRequest
 
DeployAppResponseBody - Class in com.kintone.client.api.app
A response object for Deploy App API.
DeployAppResponseBody() - Constructor for class DeployAppResponseBody
 
DeployStatus - Enum in com.kintone.client.model.app
Statuses of the deployment of App settings.
Device - Enum in com.kintone.client.model.app
An enum representing the scope of where the view of Apps is displayed.
DisplayFormat - Enum in com.kintone.client.model.app.field
The display format of "Calculated Field" values.
downloadFile(String) - Method in class FileClient
Downloads files from an attachment field in an app.
downloadFile(DownloadFileRequest) - Method in class FileClient
Downloads files from an attachment field in an app.
DownloadFileRequest - Class in com.kintone.client.api.common
A request object for Download File API.
DownloadFileRequest() - Constructor for class DownloadFileRequest
 
DownloadFileResponseBody - Class in com.kintone.client.api.common
A response object for Download File API.
DownloadFileResponseBody(HttpResponse) - Constructor for class DownloadFileResponseBody
 
DropDownFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Drop-down field for getting and setting the field settings.
DropDownFieldProperty() - Constructor for class DropDownFieldProperty
 
DropDownFieldValue - Class in com.kintone.client.model.record
A value object for a Drop-down field.
DropDownFieldValue(String) - Constructor for class DropDownFieldValue
 

E

Entity - Class in com.kintone.client.model
An Entity represents the user-like object.
Entity(EntityType, String) - Constructor for class Entity
 
EntityType - Enum in com.kintone.client.model
The type of Entity
equals(Object) - Method in class AddAppRequest
 
equals(Object) - Method in class AddAppResponseBody
 
equals(Object) - Method in class AddFormFieldsRequest
 
equals(Object) - Method in class AddFormFieldsResponseBody
 
equals(Object) - Method in class DeleteFormFieldsRequest
 
equals(Object) - Method in class DeleteFormFieldsResponseBody
 
equals(Object) - Method in class DeployAppRequest
 
equals(Object) - Method in class EvaluateRecordAclRequest
 
equals(Object) - Method in class EvaluateRecordAclResponseBody
 
equals(Object) - Method in class GetAppAclPreviewRequest
 
equals(Object) - Method in class GetAppAclPreviewResponseBody
 
equals(Object) - Method in class GetAppAclRequest
 
equals(Object) - Method in class GetAppAclResponseBody
 
equals(Object) - Method in class GetAppActionsPreviewRequest
 
equals(Object) - Method in class GetAppActionsPreviewResponseBody
 
equals(Object) - Method in class GetAppActionsRequest
 
equals(Object) - Method in class GetAppActionsResponseBody
 
equals(Object) - Method in class GetAppCustomizePreviewRequest
 
equals(Object) - Method in class GetAppCustomizePreviewResponseBody
 
equals(Object) - Method in class GetAppCustomizeRequest
 
equals(Object) - Method in class GetAppCustomizeResponseBody
 
equals(Object) - Method in class GetAppRequest
 
equals(Object) - Method in class GetAppResponseBody
 
equals(Object) - Method in class GetAppSettingsPreviewRequest
 
equals(Object) - Method in class GetAppSettingsPreviewResponseBody
 
equals(Object) - Method in class GetAppSettingsRequest
 
equals(Object) - Method in class GetAppSettingsResponseBody
 
equals(Object) - Method in class GetAppsRequest
 
equals(Object) - Method in class GetAppsResponseBody
 
equals(Object) - Method in class GetDeployStatusRequest
 
equals(Object) - Method in class GetDeployStatusResponseBody
 
equals(Object) - Method in class GetFieldAclPreviewRequest
 
equals(Object) - Method in class GetFieldAclPreviewResponseBody
 
equals(Object) - Method in class GetFieldAclRequest
 
equals(Object) - Method in class GetFieldAclResponseBody
 
equals(Object) - Method in class GetFormFieldsPreviewRequest
 
equals(Object) - Method in class GetFormFieldsPreviewResponseBody
 
equals(Object) - Method in class GetFormFieldsRequest
 
equals(Object) - Method in class GetFormFieldsResponseBody
 
equals(Object) - Method in class GetFormLayoutPreviewRequest
 
equals(Object) - Method in class GetFormLayoutPreviewResponseBody
 
equals(Object) - Method in class GetFormLayoutRequest
 
equals(Object) - Method in class GetFormLayoutResponseBody
 
equals(Object) - Method in class GetGeneralNotificationsPreviewRequest
 
equals(Object) - Method in class GetGeneralNotificationsPreviewResponseBody
 
equals(Object) - Method in class GetGeneralNotificationsRequest
 
equals(Object) - Method in class GetGeneralNotificationsResponseBody
 
equals(Object) - Method in class GetPerRecordNotificationsPreviewRequest
 
equals(Object) - Method in class GetPerRecordNotificationsPreviewResponseBody
 
equals(Object) - Method in class GetPerRecordNotificationsRequest
 
equals(Object) - Method in class GetPerRecordNotificationsResponseBody
 
equals(Object) - Method in class GetProcessManagementPreviewRequest
 
equals(Object) - Method in class GetProcessManagementPreviewResponseBody
 
equals(Object) - Method in class GetProcessManagementRequest
 
equals(Object) - Method in class GetProcessManagementResponseBody
 
equals(Object) - Method in class GetRecordAclPreviewRequest
 
equals(Object) - Method in class GetRecordAclPreviewResponseBody
 
equals(Object) - Method in class GetRecordAclRequest
 
equals(Object) - Method in class GetRecordAclResponseBody
 
equals(Object) - Method in class GetReminderNotificationsPreviewRequest
 
equals(Object) - Method in class GetReminderNotificationsPreviewResponseBody
 
equals(Object) - Method in class GetReminderNotificationsRequest
 
equals(Object) - Method in class GetReminderNotificationsResponseBody
 
equals(Object) - Method in class GetReportsPreviewRequest
 
equals(Object) - Method in class GetReportsPreviewResponseBody
 
equals(Object) - Method in class GetReportsRequest
 
equals(Object) - Method in class GetReportsResponseBody
 
equals(Object) - Method in class GetViewsPreviewRequest
 
equals(Object) - Method in class GetViewsPreviewResponseBody
 
equals(Object) - Method in class GetViewsRequest
 
equals(Object) - Method in class GetViewsResponseBody
 
equals(Object) - Method in class UpdateAppAclRequest
 
equals(Object) - Method in class UpdateAppAclResponseBody
 
equals(Object) - Method in class UpdateAppActionsRequest
 
equals(Object) - Method in class UpdateAppActionsResponseBody
 
equals(Object) - Method in class UpdateAppCustomizeRequest
 
equals(Object) - Method in class UpdateAppCustomizeResponseBody
 
equals(Object) - Method in class UpdateAppSettingsRequest
 
equals(Object) - Method in class UpdateAppSettingsResponseBody
 
equals(Object) - Method in class UpdateFieldAclRequest
 
equals(Object) - Method in class UpdateFieldAclResponseBody
 
equals(Object) - Method in class UpdateFormFieldsRequest
 
equals(Object) - Method in class UpdateFormFieldsResponseBody
 
equals(Object) - Method in class UpdateFormLayoutRequest
 
equals(Object) - Method in class UpdateFormLayoutResponseBody
 
equals(Object) - Method in class UpdateGeneralNotificationsRequest
 
equals(Object) - Method in class UpdateGeneralNotificationsResponseBody
 
equals(Object) - Method in class UpdatePerRecordNotificationsRequest
 
equals(Object) - Method in class UpdatePerRecordNotificationsResponseBody
 
equals(Object) - Method in class UpdateProcessManagementRequest
 
equals(Object) - Method in class UpdateProcessManagementResponseBody
 
equals(Object) - Method in class UpdateRecordAclRequest
 
equals(Object) - Method in class UpdateRecordAclResponseBody
 
equals(Object) - Method in class UpdateReminderNotificationsRequest
 
equals(Object) - Method in class UpdateReminderNotificationsResponseBody
 
equals(Object) - Method in class UpdateReportsRequest
 
equals(Object) - Method in class UpdateReportsResponseBody
 
equals(Object) - Method in class UpdateViewsRequest
 
equals(Object) - Method in class UpdateViewsResponseBody
 
equals(Object) - Method in class BulkRequestsRequest
 
equals(Object) - Method in class DownloadFileRequest
 
equals(Object) - Method in class UploadFileRequest
 
equals(Object) - Method in class UploadFileResponseBody
 
equals(Object) - Method in class AddRecordCommentRequest
 
equals(Object) - Method in class AddRecordCommentResponseBody
 
equals(Object) - Method in class AddRecordRequest
 
equals(Object) - Method in class AddRecordResponseBody
 
equals(Object) - Method in class AddRecordsRequest
 
equals(Object) - Method in class AddRecordsResponseBody
 
equals(Object) - Method in class CreateCursorRequest
 
equals(Object) - Method in class CreateCursorResponseBody
 
equals(Object) - Method in class DeleteCursorRequest
 
equals(Object) - Method in class DeleteRecordCommentRequest
 
equals(Object) - Method in class DeleteRecordsRequest
 
equals(Object) - Method in class GetRecordCommentsRequest
 
equals(Object) - Method in class GetRecordCommentsResponseBody
 
equals(Object) - Method in class GetRecordRequest
 
equals(Object) - Method in class GetRecordResponseBody
 
equals(Object) - Method in class GetRecordsByCursorRequest
 
equals(Object) - Method in class GetRecordsByCursorResponseBody
 
equals(Object) - Method in class GetRecordsRequest
 
equals(Object) - Method in class GetRecordsResponseBody
 
equals(Object) - Method in class UpdateRecordAssigneesRequest
 
equals(Object) - Method in class UpdateRecordAssigneesResponseBody
 
equals(Object) - Method in class UpdateRecordRequest
 
equals(Object) - Method in class UpdateRecordResponseBody
 
equals(Object) - Method in class UpdateRecordsRequest
 
equals(Object) - Method in class UpdateRecordsResponseBody
 
equals(Object) - Method in class UpdateRecordStatusesRequest
 
equals(Object) - Method in class UpdateRecordStatusesResponseBody
 
equals(Object) - Method in class UpdateRecordStatusRequest
 
equals(Object) - Method in class UpdateRecordStatusResponseBody
 
equals(Object) - Method in class GetApiListResponseBody
 
equals(Object) - Method in class GetApiSchemaResponseBody
 
equals(Object) - Method in class AddGuestsRequest
 
equals(Object) - Method in class AddSpaceFromTemplateRequest
 
equals(Object) - Method in class AddSpaceFromTemplateResponseBody
 
equals(Object) - Method in class AddThreadCommentRequest
 
equals(Object) - Method in class AddThreadCommentResponseBody
 
equals(Object) - Method in class DeleteGuestsRequest
 
equals(Object) - Method in class DeleteSpaceRequest
 
equals(Object) - Method in class GetSpaceMembersRequest
 
equals(Object) - Method in class GetSpaceMembersResponseBody
 
equals(Object) - Method in class GetSpaceRequest
 
equals(Object) - Method in class GetSpaceResponseBody
 
equals(Object) - Method in class UpdateSpaceBodyRequest
 
equals(Object) - Method in class UpdateSpaceGuestsRequest
 
equals(Object) - Method in class UpdateSpaceMembersRequest
 
equals(Object) - Method in class UpdateThreadRequest
 
equals(Object) - Method in class ActionId
 
equals(Object) - Method in class App
 
equals(Object) - Method in class AppAction
 
equals(Object) - Method in class AppActionMapping
 
equals(Object) - Method in class AppDeployStatus
 
equals(Object) - Method in class AppFileIcon
 
equals(Object) - Method in class AppPresetIcon
 
equals(Object) - Method in class AppRightEntity
 
equals(Object) - Method in class CustomizeBody
 
equals(Object) - Method in class CustomizeFileResource
 
equals(Object) - Method in class CustomizeUrlResource
 
equals(Object) - Method in class DeployApp
 
equals(Object) - Method in class EvaluatedFieldRightEntity
 
equals(Object) - Method in class EvaluatedRecordRight
 
equals(Object) - Method in class EvaluatedRecordRightEntity
 
equals(Object) - Method in class CalcFieldProperty
 
equals(Object) - Method in class CategoryFieldProperty
 
equals(Object) - Method in class CheckBoxFieldProperty
 
equals(Object) - Method in class CreatedTimeFieldProperty
 
equals(Object) - Method in class CreatorFieldProperty
 
equals(Object) - Method in class DateFieldProperty
 
equals(Object) - Method in class DateTimeFieldProperty
 
equals(Object) - Method in class DropDownFieldProperty
 
equals(Object) - Method in class FieldMapping
 
equals(Object) - Method in class FileFieldProperty
 
equals(Object) - Method in class GroupFieldProperty
 
equals(Object) - Method in class GroupSelectFieldProperty
 
equals(Object) - Method in class LinkFieldProperty
 
equals(Object) - Method in class LookupFieldProperty
 
equals(Object) - Method in class LookupSetting
 
equals(Object) - Method in class ModifierFieldProperty
 
equals(Object) - Method in class MultiLineTextFieldProperty
 
equals(Object) - Method in class MultiSelectFieldProperty
 
equals(Object) - Method in class NumberFieldProperty
 
equals(Object) - Method in class Option
 
equals(Object) - Method in class OrganizationSelectFieldProperty
 
equals(Object) - Method in class RadioButtonFieldProperty
 
equals(Object) - Method in class RecordNumberFieldProperty
 
equals(Object) - Method in class ReferenceTable
 
equals(Object) - Method in class ReferenceTableCondition
 
equals(Object) - Method in class ReferenceTableFieldProperty
 
equals(Object) - Method in class RelatedApp
 
equals(Object) - Method in class RichTextFieldProperty
 
equals(Object) - Method in class SingleLineTextFieldProperty
 
equals(Object) - Method in class StatusAssigneeFieldProperty
 
equals(Object) - Method in class StatusFieldProperty
 
equals(Object) - Method in class SubtableFieldProperty
 
equals(Object) - Method in class TimeFieldProperty
 
equals(Object) - Method in class UpdatedTimeFieldProperty
 
equals(Object) - Method in class UserSelectFieldProperty
 
equals(Object) - Method in class FieldRight
 
equals(Object) - Method in class FieldRightEntity
 
equals(Object) - Method in class GeneralNotification
 
equals(Object) - Method in class FieldLayout
 
equals(Object) - Method in class FieldSize
 
equals(Object) - Method in class GroupLayout
 
equals(Object) - Method in class RowLayout
 
equals(Object) - Method in class SubtableLayout
 
equals(Object) - Method in class NotificationTarget
 
equals(Object) - Method in class PerRecordNotification
 
equals(Object) - Method in class ProcessAction
 
equals(Object) - Method in class ProcessAssignee
 
equals(Object) - Method in class ProcessEntity
 
equals(Object) - Method in class ProcessState
 
equals(Object) - Method in class RecordRight
 
equals(Object) - Method in class RecordRightEntity
 
equals(Object) - Method in class ReminderNotification
 
equals(Object) - Method in class ReminderTiming
 
equals(Object) - Method in class AggregationGroup
 
equals(Object) - Method in class AggregationSetting
 
equals(Object) - Method in class AggregationSort
 
equals(Object) - Method in class EveryDayPeriod
 
equals(Object) - Method in class EveryHourPeriod
 
equals(Object) - Method in class EveryMonthPeriod
 
equals(Object) - Method in class EveryQuarterPeriod
 
equals(Object) - Method in class EveryWeekPeriod
 
equals(Object) - Method in class EveryYearPeriod
 
equals(Object) - Method in class PeriodicReport
 
equals(Object) - Method in class Report
 
equals(Object) - Method in class ReportId
 
equals(Object) - Method in class View
 
equals(Object) - Method in class ViewId
 
equals(Object) - Method in class BasicAuth
 
equals(Object) - Method in class Entity
 
equals(Object) - Method in class FileBody
 
equals(Object) - Method in class Group
 
equals(Object) - Method in class Organization
 
equals(Object) - Method in class CalcFieldValue
 
equals(Object) - Method in class CategoryFieldValue
 
equals(Object) - Method in class CheckBoxFieldValue
 
equals(Object) - Method in class CreatedTimeFieldValue
 
equals(Object) - Method in class CreatorFieldValue
 
equals(Object) - Method in class DateFieldValue
 
equals(Object) - Method in class DateTimeFieldValue
 
equals(Object) - Method in class DropDownFieldValue
 
equals(Object) - Method in class FileFieldValue
 
equals(Object) - Method in class GroupSelectFieldValue
 
equals(Object) - Method in class LinkFieldValue
 
equals(Object) - Method in class ModifierFieldValue
 
equals(Object) - Method in class MultiLineTextFieldValue
 
equals(Object) - Method in class MultiSelectFieldValue
 
equals(Object) - Method in class NumberFieldValue
 
equals(Object) - Method in class OrganizationSelectFieldValue
 
equals(Object) - Method in class PostedRecordComment
 
equals(Object) - Method in class RadioButtonFieldValue
 
equals(Object) - Method in class RecordComment
 
equals(Object) - Method in class RecordForUpdate
 
equals(Object) - Method in class RecordNumberFieldValue
 
equals(Object) - Method in class RecordRevision
 
equals(Object) - Method in class RichTextFieldValue
 
equals(Object) - Method in class SingleLineTextFieldValue
 
equals(Object) - Method in class StatusAction
 
equals(Object) - Method in class StatusAssigneeFieldValue
 
equals(Object) - Method in class StatusFieldValue
 
equals(Object) - Method in class SubtableFieldValue
 
equals(Object) - Method in class TimeFieldValue
 
equals(Object) - Method in class UpdatedTimeFieldValue
 
equals(Object) - Method in class UpdateKey
 
equals(Object) - Method in class UserSelectFieldValue
 
equals(Object) - Method in class ApiSchemaLink
 
equals(Object) - Method in class RequestSchema
 
equals(Object) - Method in class ResponseSchema
 
equals(Object) - Method in class Schema
 
equals(Object) - Method in class AddedSpaceMember
 
equals(Object) - Method in class AttachedApp
 
equals(Object) - Method in class GuestUser
 
equals(Object) - Method in class SpaceMember
 
equals(Object) - Method in class ThreadComment
 
equals(Object) - Method in class ThreadCommentFile
 
equals(Object) - Method in class User
 
EvaluatedFieldRightEntity - Class in com.kintone.client.model.app
An object consisting of field permissions of the specified record.
EvaluatedFieldRightEntity(boolean, boolean) - Constructor for class EvaluatedFieldRightEntity
 
EvaluatedRecordRight - Class in com.kintone.client.model.app
An object consisting of permissions of the specified record.
EvaluatedRecordRight(long, EvaluatedRecordRightEntity, Map<String, EvaluatedFieldRightEntity>) - Constructor for class EvaluatedRecordRight
 
EvaluatedRecordRightEntity - Class in com.kintone.client.model.app
An object consisting of record permissions of the specified record.
EvaluatedRecordRightEntity(boolean, boolean, boolean) - Constructor for class EvaluatedRecordRightEntity
 
evaluateRecordAcl(long, long) - Method in class AppClient
Evaluates the API user's permissions for records and fields within an App.
evaluateRecordAcl(long, List<Long>) - Method in class AppClient
Evaluates the API user's permissions for records and fields within an App.
evaluateRecordAcl(EvaluateRecordAclRequest) - Method in class AppClient
Evaluates the API user's permissions for records and fields within an App.
EvaluateRecordAclRequest - Class in com.kintone.client.api.app
A request object for Evaluate Record Acl API.
EvaluateRecordAclRequest() - Constructor for class EvaluateRecordAclRequest
 
EvaluateRecordAclResponseBody - Class in com.kintone.client.api.app
A response object for Evaluate Record Acl API.
EvaluateRecordAclResponseBody(List<EvaluatedRecordRight>) - Constructor for class EvaluateRecordAclResponseBody
 
EveryDayPeriod - Class in com.kintone.client.model.app.report
 
EveryDayPeriod() - Constructor for class EveryDayPeriod
 
EveryHourPeriod - Class in com.kintone.client.model.app.report
 
EveryHourPeriod() - Constructor for class EveryHourPeriod
 
EveryMonthPeriod - Class in com.kintone.client.model.app.report
 
EveryMonthPeriod() - Constructor for class EveryMonthPeriod
 
EveryQuarterPeriod - Class in com.kintone.client.model.app.report
 
EveryQuarterPeriod() - Constructor for class EveryQuarterPeriod
 
EveryWeekPeriod - Class in com.kintone.client.model.app.report
 
EveryWeekPeriod() - Constructor for class EveryWeekPeriod
 
EveryYearPeriod - Class in com.kintone.client.model.app.report
 
EveryYearPeriod() - Constructor for class EveryYearPeriod
 

F

FieldAccessibility - Enum in com.kintone.client.model.app
An enum representing permissions of a field granted to the entity.
FieldLayout - Class in com.kintone.client.model.app.layout
An object contains layout information of a form field.
FieldLayout() - Constructor for class FieldLayout
 
FieldMapping - Class in com.kintone.client.model.app.field
The "Field Mappings" setting of a Lookup field.
FieldMapping() - Constructor for class FieldMapping
 
FieldProperty - Interface in com.kintone.client.model.app.field
An interface for the property of fields.
FieldRight - Class in com.kintone.client.model.app
Field permissions of a field.
FieldRight() - Constructor for class FieldRight
 
FieldRightEntity - Class in com.kintone.client.model.app
An object representing the entity and the permitted field operations to it.
FieldRightEntity() - Constructor for class FieldRightEntity
 
FieldSize - Class in com.kintone.client.model.app.layout
The size settings of a field.
FieldSize() - Constructor for class FieldSize
 
FieldType - Enum in com.kintone.client.model.record
The type of field.
FieldValue - Interface in com.kintone.client.model.record
An interface represents the field values of Record.
file() - Method in class KintoneClient
Get the client for file APIs.
FileBody - Class in com.kintone.client.model
An object containing information of a saved file.
FileBody() - Constructor for class FileBody
 
FileClient - Class in com.kintone.client
A client that operates file APIs.
FileFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of an Attachment field for getting and setting the field settings.
FileFieldProperty() - Constructor for class FileFieldProperty
 
FileFieldValue - Class in com.kintone.client.model.record
A value object for an Attachment field.
FileFieldValue(List<FileBody>) - Constructor for class FileFieldValue
 
FileFieldValue(FileBody...) - Constructor for class FileFieldValue
 

G

GeneralNotification - Class in com.kintone.client.model.app
An object representing the general app notification settings.
GeneralNotification() - Constructor for class GeneralNotification
 
getAccessibility() - Method in class FieldRightEntity
The permission granted to the entity.
getAction() - Method in class UpdateRecordStatusRequest
The Action name of the action to run (required).
getAction() - Method in class StatusAction
The Action name of the action to run (required).
getActions() - Method in class GetAppActionsPreviewResponseBody
An object of Action settings.
getActions() - Method in class GetAppActionsResponseBody
An object of Action settings.
getActions() - Method in class GetProcessManagementPreviewResponseBody
A list containing data of the Actions.
getActions() - Method in class GetProcessManagementResponseBody
A list containing data of the Actions.
getActions() - Method in class UpdateAppActionsRequest
An object listing Action settings.
getActions() - Method in class UpdateAppActionsResponseBody
An object containing data of the Action settings.
getActions() - Method in class UpdateProcessManagementRequest
A list containing data of the Actions (optional).
getActive() - Method in class PeriodicReport
The activation status of the "Periodic Reports" option.
getAggregations() - Method in class Report
An array of objects containing the "Function" options.
getAlign() - Method in class CheckBoxFieldProperty
The layout of the options.
getAlign() - Method in class RadioButtonFieldProperty
The layout of the options.
getApi() - Method in class BulkRequestContent
The path of the API for the request.
getApiList() - Method in class SchemaClient
Gets the list of App/Record/Space APIs available to use on kintone.
GetApiListResponseBody - Class in com.kintone.client.api.schema
A response object for Get API List API.
GetApiListResponseBody(String, Map<String, ApiSchemaLink>) - Constructor for class GetApiListResponseBody
 
getApis() - Method in class GetApiListResponseBody
An object containing information of each API.
getApiSchema(KintoneApi) - Method in class SchemaClient
Gets the API schema info of a kintone API.
getApiSchema(String) - Method in class SchemaClient
Gets the API schema info of a kintone API.
GetApiSchemaResponseBody - Class in com.kintone.client.api.schema
A response object for Get API Schema API.
GetApiSchemaResponseBody(String, String, String, String, RequestSchema, ResponseSchema, Map<String, Schema>) - Constructor for class GetApiSchemaResponseBody
 
getApp() - Method in class AddAppResponseBody
The App ID of the created preview App.
getApp() - Method in class AddFormFieldsRequest
The App ID (required).
getApp() - Method in class DeleteFormFieldsRequest
The App ID (required).
getApp() - Method in class EvaluateRecordAclRequest
The App ID (required).
getApp() - Method in class GetAppAclPreviewRequest
The App ID (required).
getApp() - Method in class GetAppAclRequest
The App ID (required).
getApp() - Method in class GetAppActionsPreviewRequest
The App ID (required).
getApp() - Method in class GetAppActionsRequest
The App ID (required).
getApp() - Method in class GetAppCustomizePreviewRequest
The App ID (required).
getApp() - Method in class GetAppCustomizeRequest
The App ID (required).
getApp() - Method in class GetAppSettingsPreviewRequest
The App ID (required).
getApp() - Method in class GetAppSettingsRequest
The App ID (required).
getApp() - Method in class GetFieldAclPreviewRequest
The App ID (required).
getApp() - Method in class GetFieldAclRequest
The App ID (required).
getApp() - Method in class GetFormFieldsPreviewRequest
The App ID (required).
getApp() - Method in class GetFormFieldsRequest
The App ID (required).
getApp() - Method in class GetFormLayoutPreviewRequest
The App ID (required).
getApp() - Method in class GetFormLayoutRequest
The App ID (required).
getApp() - Method in class GetGeneralNotificationsPreviewRequest
The App ID (required).
getApp() - Method in class GetGeneralNotificationsRequest
The App ID (required).
getApp() - Method in class GetPerRecordNotificationsPreviewRequest
The App ID (required).
getApp() - Method in class GetPerRecordNotificationsRequest
The App ID (required).
getApp() - Method in class GetProcessManagementPreviewRequest
The App ID (required).
getApp() - Method in class GetProcessManagementRequest
The App ID (required).
getApp() - Method in class GetRecordAclPreviewRequest
The App ID (required).
getApp() - Method in class GetRecordAclRequest
The App ID (required).
getApp() - Method in class GetReminderNotificationsPreviewRequest
The App ID (required).
getApp() - Method in class GetReminderNotificationsRequest
The App ID (required).
getApp() - Method in class GetReportsPreviewRequest
The App ID (required).
getApp() - Method in class GetReportsRequest
The App ID (required).
getApp() - Method in class GetViewsPreviewRequest
The App ID (required).
getApp() - Method in class GetViewsRequest
The App ID (required).
getApp() - Method in class UpdateAppAclRequest
The App ID (required).
getApp() - Method in class UpdateAppActionsRequest
The App ID (required).
getApp() - Method in class UpdateAppCustomizeRequest
The App ID (required).
getApp() - Method in class UpdateAppSettingsRequest
The App ID (required).
getApp() - Method in class UpdateFieldAclRequest
The App ID (required).
getApp() - Method in class UpdateFormFieldsRequest
The App ID (required).
getApp() - Method in class UpdateFormLayoutRequest
The App ID (required).
getApp() - Method in class UpdateGeneralNotificationsRequest
The App ID (required).
getApp() - Method in class UpdatePerRecordNotificationsRequest
The App ID (required).
getApp() - Method in class UpdateProcessManagementRequest
The App ID.
getApp() - Method in class UpdateRecordAclRequest
The App ID (required).
getApp() - Method in class UpdateReminderNotificationsRequest
The App ID (required).
getApp() - Method in class UpdateReportsRequest
The App ID (required).
getApp() - Method in class UpdateViewsRequest
The App ID (required).
getApp() - Method in class AddRecordCommentRequest
The App ID (required).
getApp() - Method in class AddRecordRequest
The App ID (required).
getApp() - Method in class AddRecordsRequest
The App ID (required).
getApp() - Method in class CreateCursorRequest
The App ID (required).
getApp() - Method in class DeleteRecordCommentRequest
The App ID (required).
getApp() - Method in class DeleteRecordsRequest
The App ID (required).
getApp() - Method in class GetRecordCommentsRequest
The App ID (required).
getApp() - Method in class GetRecordRequest
The App ID (required).
getApp() - Method in class GetRecordsRequest
The App ID (required).
getApp() - Method in class UpdateRecordAssigneesRequest
The App ID (required).
getApp() - Method in class UpdateRecordRequest
The App ID (required).
getApp() - Method in class UpdateRecordsRequest
The App ID (required).
getApp() - Method in class UpdateRecordStatusesRequest
The App ID (required).
getApp() - Method in class UpdateRecordStatusRequest
The App ID (required).
getApp(long) - Method in class AppClient
Gets general information of an App, including the name, description, related Space, creator and updater information.
getApp(GetAppRequest) - Method in class AppClient
Gets general information of an App, including the name, description, related Space, creator and updater information.
getApp() - Method in class AppDeployStatus
The App ID.
getApp() - Method in class DeployApp
The App ID (required).
getApp() - Method in class RelatedApp
The App ID of the related App.
getAppAcl(long) - Method in class AppClient
Gets the App permissions of an app.
getAppAcl(GetAppAclRequest) - Method in class AppClient
Gets the App permissions of an app.
getAppAclPreview(long) - Method in class AppClient
Gets the App permissions of an app.
getAppAclPreview(GetAppAclPreviewRequest) - Method in class AppClient
Gets the App permissions of an app.
GetAppAclPreviewRequest - Class in com.kintone.client.api.app
A request object for Get App Acl Preview API.
GetAppAclPreviewRequest() - Constructor for class GetAppAclPreviewRequest
 
GetAppAclPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get App Acl Preview API.
GetAppAclPreviewResponseBody(List<AppRightEntity>, long) - Constructor for class GetAppAclPreviewResponseBody
 
GetAppAclRequest - Class in com.kintone.client.api.app
A request object for Get App Acl API.
GetAppAclRequest() - Constructor for class GetAppAclRequest
 
GetAppAclResponseBody - Class in com.kintone.client.api.app
A response object for Get App Acl API.
GetAppAclResponseBody(List<AppRightEntity>, long) - Constructor for class GetAppAclResponseBody
 
getAppActions(long) - Method in class AppClient
Gets the Action settings of the App.
getAppActions(long, String) - Method in class AppClient
Gets the Action settings of the App.
getAppActions(GetAppActionsRequest) - Method in class AppClient
Gets the Action settings of the App.
getAppActionsPreview(long) - Method in class AppClient
Gets the Action settings of the App.
getAppActionsPreview(long, String) - Method in class AppClient
Gets the Action settings of the App.
getAppActionsPreview(GetAppActionsPreviewRequest) - Method in class AppClient
Gets the Action settings of the App.
GetAppActionsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get App Action Settings Preview API.
GetAppActionsPreviewRequest() - Constructor for class GetAppActionsPreviewRequest
 
GetAppActionsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get App Action Settings Preview API.
GetAppActionsPreviewResponseBody(Map<String, AppAction>, long) - Constructor for class GetAppActionsPreviewResponseBody
 
GetAppActionsRequest - Class in com.kintone.client.api.app
A request object for Get App Action Settings API.
GetAppActionsRequest() - Constructor for class GetAppActionsRequest
 
GetAppActionsResponseBody - Class in com.kintone.client.api.app
A response object for Get App Action Settings API.
GetAppActionsResponseBody(Map<String, AppAction>, long) - Constructor for class GetAppActionsResponseBody
 
getAppCustomize(long) - Method in class AppClient
Gets the JavaScript and CSS customization settings of an App.
getAppCustomize(GetAppCustomizeRequest) - Method in class AppClient
Gets the JavaScript and CSS customization settings of an App.
getAppCustomizePreview(long) - Method in class AppClient
Gets the JavaScript and CSS customization settings of an App.
getAppCustomizePreview(GetAppCustomizePreviewRequest) - Method in class AppClient
Gets the JavaScript and CSS customization settings of an App.
GetAppCustomizePreviewRequest - Class in com.kintone.client.api.app
A request object for Get App Customize Preview API.
GetAppCustomizePreviewRequest() - Constructor for class GetAppCustomizePreviewRequest
 
GetAppCustomizePreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get App Customize Preview API.
GetAppCustomizePreviewResponseBody(CustomizeScope, CustomizeBody, CustomizeBody, long) - Constructor for class GetAppCustomizePreviewResponseBody
 
GetAppCustomizeRequest - Class in com.kintone.client.api.app
A request object for Get App Customize API.
GetAppCustomizeRequest() - Constructor for class GetAppCustomizeRequest
 
GetAppCustomizeResponseBody - Class in com.kintone.client.api.app
A response object for Get App Customize API.
GetAppCustomizeResponseBody(CustomizeScope, CustomizeBody, CustomizeBody, long) - Constructor for class GetAppCustomizeResponseBody
 
getAppEditable() - Method in class AppRightEntity
The App management permission of the entity.
getAppId() - Method in class GetAppResponseBody
The App ID.
getAppId() - Method in class App
The App ID.
getAppId() - Method in class AttachedApp
The App ID.
GetAppRequest - Class in com.kintone.client.api.app
A request object for Get App API.
GetAppRequest() - Constructor for class GetAppRequest
 
GetAppResponseBody - Class in com.kintone.client.api.app
A response object for Get App API.
GetAppResponseBody(long, String, String, String, Long, Long, ZonedDateTime, User, ZonedDateTime, User) - Constructor for class GetAppResponseBody
 
getApps() - Method in class DeployAppRequest
The list of Apps to deploy the pre-live settings to the live Apps (required).
getApps() - Method in class GetAppsResponseBody
The list of objects that contain general information of Apps.
getApps() - Method in class GetDeployStatusRequest
The list of Apps to check the deploy statuses of (required).
getApps() - Method in class GetDeployStatusResponseBody
The list of objects with data of deploy statuses.
getApps(GetAppsRequest) - Method in class AppClient
Gets general information of multiple Apps, including the name, description, related Space, creator and updater information.
getAppsByCodes(List<String>) - Method in class AppClient
Gets general information of multiple Apps by specifying the App codes.
getAppsByIds(List<Long>) - Method in class AppClient
Gets general information of multiple Apps by specifying the App IDs.
getAppSettings(long) - Method in class AppClient
Gets the description, name, icon, revision and color theme of an App.
getAppSettings(long, String) - Method in class AppClient
Gets the description, name, icon, revision and color theme of an App.
getAppSettings(GetAppSettingsRequest) - Method in class AppClient
Gets the description, name, icon, revision and color theme of an App.
getAppSettingsPreview(long) - Method in class AppClient
Gets the description, name, icon, revision and color theme of an App.
getAppSettingsPreview(long, String) - Method in class AppClient
Gets the description, name, icon, revision and color theme of an App.
getAppSettingsPreview(GetAppSettingsPreviewRequest) - Method in class AppClient
Gets the description, name, icon, revision and color theme of an App.
GetAppSettingsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get App Settings Preview API.
GetAppSettingsPreviewRequest() - Constructor for class GetAppSettingsPreviewRequest
 
GetAppSettingsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get App Settings Preview API.
GetAppSettingsPreviewResponseBody(String, String, AppIcon, String, long) - Constructor for class GetAppSettingsPreviewResponseBody
 
GetAppSettingsRequest - Class in com.kintone.client.api.app
A request object for Get App Settings API.
GetAppSettingsRequest() - Constructor for class GetAppSettingsRequest
 
GetAppSettingsResponseBody - Class in com.kintone.client.api.app
A response object for Get App Settings API.
GetAppSettingsResponseBody(String, String, AppIcon, String, long) - Constructor for class GetAppSettingsResponseBody
 
GetAppsRequest - Class in com.kintone.client.api.app
A request object for Get Apps API.
GetAppsRequest() - Constructor for class GetAppsRequest
 
GetAppsResponseBody - Class in com.kintone.client.api.app
A response object for Get Apps API.
GetAppsResponseBody(List<App>) - Constructor for class GetAppsResponseBody
 
getAssignee() - Method in class UpdateRecordStatusRequest
The next Assignee (optional).
getAssignee() - Method in class ProcessState
An object containing data of the Assignee settings.
getAssignee() - Method in class StatusAction
The next Assignee (optional).
getAssignees() - Method in class UpdateRecordAssigneesRequest
The user code(s) (log in names) of the Assignee(s) (required).
getAttachedApps() - Method in class GetSpaceResponseBody
A list of Apps that are in the thread.
getBaseUrl() - Method in class GetApiListResponseBody
The base URL that will be used with Get API Schema API.
getBaseUrl() - Method in class GetApiSchemaResponseBody
The base URL starting with "https://" that will be used with the API.
getBody() - Method in class KintoneResponse
The content of response.
getBody() - Method in class GetSpaceResponseBody
The HTML of the Space body.
getBody() - Method in class UpdateSpaceBodyRequest
The contents of the body as an HTML string (required).
getBody() - Method in class UpdateThreadRequest
The contents of the Thread body (optional).
getBuiltinType() - Method in class View
The type of the built-in View.
getBy() - Method in class AggregationSort
The setting how the graph is sorted.
getCalcFieldValue(String) - Method in class Record
Returns the value of a Calculated field.
getCalcFieldValue(String) - Method in class TableRow
Returns the value of a Calculated field.
getCallto() - Method in class GuestUser
The Skype Name of the Guest user.
getCategoryFieldValue() - Method in class Record
Returns the value of the Category field.
getChartMode() - Method in class Report
The display mode of the graph.
getChartType() - Method in class Report
The chart type of the graph.
getCheckBoxFieldValue(String) - Method in class Record
Returns the value of a Checkbox field.
getCheckBoxFieldValue(String) - Method in class TableRow
Returns the value of a Checkbox field.
getCode() - Method in class GetAppResponseBody
The App Code of the App.
getCode() - Method in class App
The App Code of the App.
getCode() - Method in class CalcFieldProperty
The field code of the field.
getCode() - Method in class CategoryFieldProperty
The field code of the field.
getCode() - Method in class CheckBoxFieldProperty
The field code of the field.
getCode() - Method in class CreatedTimeFieldProperty
The field code of the field.
getCode() - Method in class CreatorFieldProperty
The field code of the field.
getCode() - Method in class DateFieldProperty
The field code of the field.
getCode() - Method in class DateTimeFieldProperty
The field code of the field.
getCode() - Method in class DropDownFieldProperty
The field code of the field.
getCode() - Method in interface FieldProperty
Get the field code.
getCode() - Method in class FileFieldProperty
The field code of the field.
getCode() - Method in class GroupFieldProperty
The field code of the field.
getCode() - Method in class GroupSelectFieldProperty
The field code of the field.
getCode() - Method in class LinkFieldProperty
The field code of the field.
getCode() - Method in class LookupFieldProperty
The field code of the field.
getCode() - Method in class ModifierFieldProperty
The field code of the field.
getCode() - Method in class MultiLineTextFieldProperty
The field code of the field.
getCode() - Method in class MultiSelectFieldProperty
The field code of the field.
getCode() - Method in class NumberFieldProperty
The field code of the field.
getCode() - Method in class OrganizationSelectFieldProperty
The field code of the field.
getCode() - Method in class RadioButtonFieldProperty
The field code of the field.
getCode() - Method in class RecordNumberFieldProperty
The field code of the field.
getCode() - Method in class ReferenceTableFieldProperty
The field code of the field.
getCode() - Method in class RelatedApp
The App Code of the related App.
getCode() - Method in class RichTextFieldProperty
The field code of the field.
getCode() - Method in class SingleLineTextFieldProperty
The field code of the field.
getCode() - Method in class StatusAssigneeFieldProperty
The field code of the field.
getCode() - Method in class StatusFieldProperty
The field code of the field.
getCode() - Method in class SubtableFieldProperty
The field code of the field.
getCode() - Method in class TimeFieldProperty
The field code of the field.
getCode() - Method in class UpdatedTimeFieldProperty
The field code of the field.
getCode() - Method in class UserSelectFieldProperty
The field code of the field.
getCode() - Method in class FieldRight
The field code of a field that has permission settings.
getCode() - Method in class FieldLayout
The field code.
getCode() - Method in class GroupLayout
The field code of the Group field.
getCode() - Method in class SubtableLayout
The field code of the Table field.
getCode() - Method in class ReminderTiming
The field code of the field used to determine the Reminder notification's timing.
getCode() - Method in class AggregationGroup
The field code of the field used to determine the "Group by" option.
getCode() - Method in class AggregationSetting
The field code of the field used in the "Function" option of the Graph.
getCode() - Method in class Entity
The code of the entity the permission is granted to.
getCode() - Method in class Group
The code of group.
getCode() - Method in class Organization
The code of department.
getCode() - Method in class AttachedApp
The App Code of the App.
getCode() - Method in class GuestUser
The email address (log in name) of the Guest user.
getCode() - Method in class User
The code (log in name) of the user.
getCodes() - Method in class GetAppsRequest
The App Code.
getComment() - Method in class AddRecordCommentRequest
An object including comment details (required).
getComment() - Method in class DeleteRecordCommentRequest
The Comment ID (required).
getComment() - Method in class AddThreadCommentRequest
An object including comment details (required).
getCommentAdded() - Method in class GeneralNotification
Option to notify the entity when a comment is posted.
getComments() - Method in class GetRecordCommentsResponseBody
A list of comments.
getCompany() - Method in class GuestUser
The Company name to display on the Guest User's profile.
getCondition() - Method in class ReferenceTable
An object containing data of the "Fetch Criteria" setting.
getContent() - Method in class DownloadFileResponseBody
Gets the content of the file.
getContent() - Method in class UploadFileRequest
The content data stream of the file (required).
getContent() - Method in exception KintoneApiRuntimeException
HTTP response content or null for none.
getContent() - Method in interface HttpResponse
Gets the content of the response.
getContentLength() - Method in class DownloadFileResponseBody
Returns the size of content in bytes.
getContentLength() - Method in interface HttpResponse
Returns the size of content in bytes.
getContentType() - Method in class DownloadFileResponseBody
Returns the MIME type of specified file.
getContentType() - Method in class UploadFileRequest
The MIME type of the file (required).
getContentType() - Method in class FileBody
The MIME type of the file.
getContentType() - Method in interface HttpResponse
Returns the MIME type of the response.
getCoverKey() - Method in class GetSpaceResponseBody
The key of the Cover Photo.
getCoverType() - Method in class GetSpaceResponseBody
The image type of the Cover Photo.
getCoverUrl() - Method in class GetSpaceResponseBody
The URL of the Cover Photo.
getCreatedAt() - Method in class GetAppResponseBody
The date of when the App was created.
getCreatedAt() - Method in class App
The date of when the App was created.
getCreatedAt() - Method in class PostedRecordComment
The created date and time of the comment.
getCreatedAt() - Method in class AttachedApp
The date of when the App was created.
getCreatedTimeFieldValue() - Method in class Record
Returns the value of the Created date-time field.
getCreator() - Method in class GetAppResponseBody
The information of the user who created the App.
getCreator() - Method in class GetSpaceResponseBody
An object containing information of the creator of the Space.
getCreator() - Method in class App
The information of the user who created the App.
getCreator() - Method in class PostedRecordComment
An object including information of the comment creator.
getCreator() - Method in class AttachedApp
The information of the user who created the App.
getCreatorFieldValue() - Method in class Record
Returns the value of the Creator field.
getCss() - Method in class CustomizeBody
A list of CSS files or URLs.
getDate() - Method in class View
Used for Calendar Views.
getDateFieldValue(String) - Method in class Record
Returns the value of a Date field.
getDateFieldValue(String) - Method in class TableRow
Returns the value of a Date field.
getDateTimeFieldValue(String) - Method in class Record
Returns the value of a Date and time field.
getDateTimeFieldValue(String) - Method in class TableRow
Returns the value of a Date and time field.
getDayOfMonth() - Method in class EveryMonthPeriod
Gets the setting of day when the Periodic Report will be generated.
getDayOfMonth() - Method in class EveryQuarterPeriod
Gets the setting of day when the Periodic Report will be generated.
getDayOfMonth() - Method in class EveryYearPeriod
The day when the Periodic Report will be generated.
getDayOfWeek() - Method in class EveryWeekPeriod
The day of the week when the Periodic Report will be generated.
getDaysLater() - Method in class ReminderTiming
The number of days after the ReminderTiming.code filed value (date or datetime) when the Reminder notification is sent.
getDefaultNowValue() - Method in class DateFieldProperty
The "Default to the record creation date" option.
getDefaultNowValue() - Method in class DateTimeFieldProperty
The "Default to the record creation date" option.
getDefaultNowValue() - Method in class TimeFieldProperty
The "Default to the record creation date" option.
getDefaultThread() - Method in class GetSpaceResponseBody
The Thread ID of the default thread that was created when the Space was made.
getDefaultValue() - Method in class CheckBoxFieldProperty
The default value.
getDefaultValue() - Method in class DateFieldProperty
The default value.
getDefaultValue() - Method in class DateTimeFieldProperty
The default value.
getDefaultValue() - Method in class DropDownFieldProperty
The default value.
getDefaultValue() - Method in class GroupSelectFieldProperty
The default value.
getDefaultValue() - Method in class LinkFieldProperty
The default value.
getDefaultValue() - Method in class MultiLineTextFieldProperty
The default value.
getDefaultValue() - Method in class MultiSelectFieldProperty
The default value.
getDefaultValue() - Method in class NumberFieldProperty
The default value.
getDefaultValue() - Method in class OrganizationSelectFieldProperty
The default value.
getDefaultValue() - Method in class RadioButtonFieldProperty
The default value.
getDefaultValue() - Method in class RichTextFieldProperty
The default value.
getDefaultValue() - Method in class SingleLineTextFieldProperty
The default value.
getDefaultValue() - Method in class TimeFieldProperty
The default value.
getDefaultValue() - Method in class UserSelectFieldProperty
The default value.
getDeletable() - Method in class RecordRightEntity
The delete permission of the entity.
getDeployStatus(long) - Method in class AppClient
Gets the deployment status of the App settings for multiple Apps.
getDeployStatus(GetDeployStatusRequest) - Method in class AppClient
Gets the deployment status of the App settings for multiple Apps.
GetDeployStatusRequest - Class in com.kintone.client.api.app
A request object for Get Deploy Status API.
GetDeployStatusRequest() - Constructor for class GetDeployStatusRequest
 
GetDeployStatusResponseBody - Class in com.kintone.client.api.app
A response object for Get Deploy Status API.
GetDeployStatusResponseBody(List<AppDeployStatus>) - Constructor for class GetDeployStatusResponseBody
 
getDescription() - Method in class GetAppResponseBody
The description of the App.
getDescription() - Method in class GetAppSettingsPreviewResponseBody
The app description in HTML format.
getDescription() - Method in class GetAppSettingsResponseBody
The app description in HTML format.
getDescription() - Method in class UpdateAppSettingsRequest
The App description (optional).
getDescription() - Method in class App
The description of the App.
getDescription() - Method in class AttachedApp
The description of the App.
getDesktop() - Method in class GetAppCustomizePreviewResponseBody
An object containing data of JavaScript and CSS files for the desktop.
getDesktop() - Method in class GetAppCustomizeResponseBody
An object containing data of JavaScript and CSS files for the desktop.
getDesktop() - Method in class UpdateAppCustomizeRequest
An object containing data of JavaScript and CSS files for the desktop (optional).
getDestApp() - Method in class AppAction
An object containing the Target option that specifies the destination app where data is to be copied.
getDestField() - Method in class AppActionMapping
The field code of the field specified in the "Field Mappings" options as the destination.
getDevice() - Method in class View
The scope of where the view is displayed.
getDigit() - Method in class NumberFieldProperty
The "Use thousands separators" option.
getDisplayFields() - Method in class ReferenceTable
A list of field codes of fields specified in the "Datasource App Fields to Display" setting.
getDisplayScale() - Method in class CalcFieldProperty
The number of decimal places to display for the field.
getDisplayScale() - Method in class NumberFieldProperty
The number of decimal places to display for the field.
getDivision() - Method in class GuestUser
The Department name to display on the Guest User's profile.
getDropDownFieldValue(String) - Method in class Record
Returns the value of a Drop-down field.
getDropDownFieldValue(String) - Method in class TableRow
Returns the value of a Drop-down field.
getEditable() - Method in class RecordRightEntity
The edit permission of the entity.
getElementId() - Method in class FieldLayout
The element ID of the Space field.
getEnable() - Method in class UpdateProcessManagementRequest
The on/off settings of the process management settings (optional).
getEnabled() - Method in class CategoryFieldProperty
Whether the category feature is enabled.
getEnabled() - Method in class StatusAssigneeFieldProperty
Whether the process management feature is enabled.
getEnabled() - Method in class StatusFieldProperty
Whether the process management feature is enabled.
getEntities() - Method in class AppAction
An array of objects containing the entities the Action is granted to.
getEntities() - Method in class GroupSelectFieldProperty
A list containing the preset users for the field.
getEntities() - Method in class OrganizationSelectFieldProperty
A list containing the preset users for the field.
getEntities() - Method in class UserSelectFieldProperty
A list containing the preset users for the field.
getEntities() - Method in class FieldRight
A list of the entities that the permissions are granted to, in order of priority.
getEntities() - Method in class ProcessAssignee
A list of the Assignees.
getEntities() - Method in class RecordRight
A list of the entities that the permissions are granted to.
getEntity() - Method in class AppRightEntity
An object containing data of the entity the permission is granted to.
getEntity() - Method in class FieldRightEntity
An object containing data of the entity the permission is granted to.
getEntity() - Method in class GeneralNotification
An object containing data of the entity the General Notification settings are configured to.
getEntity() - Method in class NotificationTarget
An object containing entity details per recipient of the notification.
getEntity() - Method in class ProcessEntity
An object containing user data of the Assignees.
getEntity() - Method in class RecordRightEntity
An object containing data of the entity the permissions are granted to.
getEntity() - Method in class AddedSpaceMember
The entity information of the Space member.
getEntity() - Method in class SpaceMember
The entity information of the Space member.
getErrorBody() - Method in class KintoneResponse
The error content of response as String.
getEvery() - Method in class EveryDayPeriod
Get the time interval type used to determine when to generate the Periodic Reports.
getEvery() - Method in class EveryHourPeriod
Get the time interval type used to determine when to generate the Periodic Reports.
getEvery() - Method in class EveryMonthPeriod
Get the time interval type used to determine when to generate the Periodic Reports.
getEvery() - Method in class EveryQuarterPeriod
Get the time interval type used to determine when to generate the Periodic Reports.
getEvery() - Method in class EveryWeekPeriod
Get the time interval type used to determine when to generate the Periodic Reports.
getEvery() - Method in class EveryYearPeriod
Get the time interval type used to determine when to generate the Periodic Reports.
getEvery() - Method in interface PeriodicReportPeriod
Get the time interval type used to determine when to generate the Periodic Reports.
getExpression() - Method in class CalcFieldProperty
The formula expression used in the field.
getExpression() - Method in class SingleLineTextFieldProperty
The formula expression used in the field.
getField() - Method in class FieldMapping
The field code of the field set for the mapping endpoint.
getField() - Method in class ReferenceTableCondition
The field code of the field selected for "Field in this app".
getField() - Method in class UpdateKey
The field code of the unique key (required).
getFieldAcl(long) - Method in class AppClient
Gets the Field permission settings of an App.
getFieldAcl(GetFieldAclRequest) - Method in class AppClient
Gets the Field permission settings of an App.
getFieldAclPreview(long) - Method in class AppClient
Gets the Field permission settings of an App.
getFieldAclPreview(GetFieldAclPreviewRequest) - Method in class AppClient
Gets the Field permission settings of an App.
GetFieldAclPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Field Acl Preview API.
GetFieldAclPreviewRequest() - Constructor for class GetFieldAclPreviewRequest
 
GetFieldAclPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Field Acl Preview API.
GetFieldAclPreviewResponseBody(List<FieldRight>, long) - Constructor for class GetFieldAclPreviewResponseBody
 
GetFieldAclRequest - Class in com.kintone.client.api.app
A request object for Get Field Acl API.
GetFieldAclRequest() - Constructor for class GetFieldAclRequest
 
GetFieldAclResponseBody - Class in com.kintone.client.api.app
A response object for Get Field Acl API.
GetFieldAclResponseBody(List<FieldRight>, long) - Constructor for class GetFieldAclResponseBody
 
getFieldCodes(boolean) - Method in class Record
Returns field codes stored in the record object.
getFieldCodes() - Method in class TableRow
Returns field codes stored in the row object.
getFieldMappings() - Method in class LookupSetting
A list of data set for the "Field Mappings" setting.
getFieldPropertyClass() - Method in enum FieldType
 
getFields() - Method in class DeleteFormFieldsRequest
The list of field codes of the fields to delete (required).
getFields() - Method in class CreateCursorRequest
The field codes to be included in the response when using the Get Cursor API (optional).
getFields() - Method in class GetRecordsRequest
The field codes to be included in the response (optional).
getFields() - Method in class EvaluatedRecordRight
An object consisting of field permissions of the specified record ID.
getFields() - Method in class SubtableFieldProperty
An object containing data of fields in a table.
getFields() - Method in class RowLayout
A list of fields in the row.
getFields() - Method in class SubtableLayout
A list of fields in the row.
getFields() - Method in class View
Used for List Views.
getFieldType(String) - Method in class Record
Returns the field type of the field.
getFieldType(String) - Method in class TableRow
Returns the field type of the field.
getFieldValue(String) - Method in class Record
Returns the value of the specified field.
getFieldValue(String) - Method in class TableRow
Returns the value of the specified field.
getFieldValueClass() - Method in enum FieldType
 
getFile() - Method in class AppFileIcon
An object containing information of uploaded icon files.
getFile() - Method in class CustomizeFileResource
The information of uploaded file.
getFileFieldValue(String) - Method in class Record
Returns the value of an Attachment field.
getFileFieldValue(String) - Method in class TableRow
Returns the value of an Attachment field.
getFileImported() - Method in class GeneralNotification
Option to notify the entity when a file is imported.
getFileKey() - Method in class DownloadFileRequest
The identifier of the file to download (required).
getFileKey() - Method in class UploadFileResponseBody
The identifier of the uploaded file.
getFileKey() - Method in class FileBody
The fileKey of the file.
getFileKey() - Method in class ThreadCommentFile
The fileKey of the attachment file.
getFilename() - Method in class UploadFileRequest
The name of the file (required).
getFiles() - Method in class ThreadComment
A list of attachment files.
getFilterCond() - Method in class LookupSetting
The default filter query for the "Filter" setting.
getFilterCond() - Method in class ReferenceTable
The "Filter" setting, in a query format.
getFilterCond() - Method in class PerRecordNotification
The record's filter condition in query string format.
getFilterCond() - Method in class ProcessAction
The branch criteria of the action.
getFilterCond() - Method in class RecordRight
The filter condition in a query format.
getFilterCond() - Method in class ReminderNotification
The record's filter condition in query string format.
getFilterCond() - Method in class Report
The filter condition in a query format.
getFilterCond() - Method in class View
The filter condition in a query format.
getFixedMember() - Method in class AddSpaceFromTemplateRequest
If true, users will not be able to join/leave the Space or follow/unfollow threads (optional).
getFormat() - Method in class CalcFieldProperty
The display format for fields with calculations
getFormFields(long) - Method in class AppClient
Gets the field settings of an App.
getFormFields(long, String) - Method in class AppClient
Gets the field settings of an App.
getFormFields(GetFormFieldsRequest) - Method in class AppClient
Gets the field settings of an App.
getFormFieldsPreview(long) - Method in class AppClient
Gets the field settings of an App.
getFormFieldsPreview(long, String) - Method in class AppClient
Gets the field settings of an App.
getFormFieldsPreview(GetFormFieldsPreviewRequest) - Method in class AppClient
Gets the field settings of an App.
GetFormFieldsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Form Fields Preview API.
GetFormFieldsPreviewRequest() - Constructor for class GetFormFieldsPreviewRequest
 
GetFormFieldsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Form Fields Preview API.
GetFormFieldsPreviewResponseBody(Map<String, FieldProperty>, long) - Constructor for class GetFormFieldsPreviewResponseBody
 
GetFormFieldsRequest - Class in com.kintone.client.api.app
A request object for Get Form Fields API.
GetFormFieldsRequest() - Constructor for class GetFormFieldsRequest
 
GetFormFieldsResponseBody - Class in com.kintone.client.api.app
A response object for Get Form Fields API.
GetFormFieldsResponseBody(Map<String, FieldProperty>, long) - Constructor for class GetFormFieldsResponseBody
 
getFormLayout(long) - Method in class AppClient
Gets the field layout info of a form in an App.
getFormLayout(GetFormLayoutRequest) - Method in class AppClient
Gets the field layout info of a form in an App.
getFormLayoutPreview(long) - Method in class AppClient
Gets the field layout info of a form in an App.
getFormLayoutPreview(GetFormLayoutPreviewRequest) - Method in class AppClient
Gets the field layout info of a form in an App.
GetFormLayoutPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Form Layout Preview API.
GetFormLayoutPreviewRequest() - Constructor for class GetFormLayoutPreviewRequest
 
GetFormLayoutPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Form Layout Preview API.
GetFormLayoutPreviewResponseBody(List<Layout>, long) - Constructor for class GetFormLayoutPreviewResponseBody
 
GetFormLayoutRequest - Class in com.kintone.client.api.app
A request object for Get Form Layout API.
GetFormLayoutRequest() - Constructor for class GetFormLayoutRequest
 
GetFormLayoutResponseBody - Class in com.kintone.client.api.app
A response object for Get Form Layout API.
GetFormLayoutResponseBody(List<Layout>, long) - Constructor for class GetFormLayoutResponseBody
 
getFrom() - Method in class ProcessAction
The status before taking action.
getGeneralNotifications(long) - Method in class AppClient
Gets the general notification settings of an App.
getGeneralNotifications(GetGeneralNotificationsRequest) - Method in class AppClient
Gets the general notification settings of an App.
getGeneralNotificationsPreview(long) - Method in class AppClient
Gets the general notification settings of an App.
getGeneralNotificationsPreview(GetGeneralNotificationsPreviewRequest) - Method in class AppClient
Gets the general notification settings of an App.
GetGeneralNotificationsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get General Notification Settings Preview API.
GetGeneralNotificationsPreviewRequest() - Constructor for class GetGeneralNotificationsPreviewRequest
 
GetGeneralNotificationsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get General Notification Settings Preview API.
GetGeneralNotificationsPreviewResponseBody(List<GeneralNotification>, boolean, long) - Constructor for class GetGeneralNotificationsPreviewResponseBody
 
GetGeneralNotificationsRequest - Class in com.kintone.client.api.app
A request object for Get General Notification Settings API.
GetGeneralNotificationsRequest() - Constructor for class GetGeneralNotificationsRequest
 
GetGeneralNotificationsResponseBody - Class in com.kintone.client.api.app
A response object for Get General Notification Settings API.
GetGeneralNotificationsResponseBody(List<GeneralNotification>, boolean, long) - Constructor for class GetGeneralNotificationsResponseBody
 
getGivenNameReading() - Method in class GuestUser
The Phonetic Given Name settings of the Guest User.
getGroups() - Method in class Report
An array of objects containing the "Group by" options.
getGroupSelectFieldValue(String) - Method in class Record
Returns the value of a Group Selection field.
getGroupSelectFieldValue(String) - Method in class TableRow
Returns the value of a Group Selection field.
getGuests() - Method in class AddGuestsRequest
A list of Guest user data (required).
getGuests() - Method in class DeleteGuestsRequest
A list of email addresses of Guest users (required).
getGuests() - Method in class UpdateSpaceGuestsRequest
A list of email addresses of Guest users (required).
getHeaders() - Method in class KintoneResponse
The HTTP response headers.
getHeaders() - Method in exception KintoneApiRuntimeException
The HTTP response headers.
getHeaders() - Method in interface Auth
Returns HTTP headers of each authentication.
getHeight() - Method in class FieldSize
The height of the field in pixels, including the height of the field name.
getHideExpression() - Method in class CalcFieldProperty
The "Hide formula" settings for the field.
getHideExpression() - Method in class SingleLineTextFieldProperty
The "Hide formula" settings for the field.
getHoursLater() - Method in class ReminderTiming
The number of hours after the ReminderTiming.code filed value (datetime), shifted by daysLater, when the Reminder notification is sent.
getHtml() - Method in class View
Used for Custom Views.
getHttpMethod() - Method in class GetApiSchemaResponseBody
The HTTP method for the API
getIcon() - Method in class GetAppSettingsPreviewResponseBody
An object containing data of the App icon.
getIcon() - Method in class GetAppSettingsResponseBody
An object containing data of the App icon.
getIcon() - Method in class UpdateAppSettingsRequest
An object containing information of the App icon (optional).
getId() - Method in class GetAppRequest
The App ID (required).
getId() - Method in class AddRecordCommentResponseBody
The Comment ID.
getId() - Method in class AddRecordResponseBody
The Record ID of the created Record.
getId() - Method in class CreateCursorResponseBody
The cursor ID.
getId() - Method in class DeleteCursorRequest
The cursor ID (required).
getId() - Method in class GetRecordRequest
The record ID (required).
getId() - Method in class GetRecordsByCursorRequest
The cursor ID (required).
getId() - Method in class UpdateRecordAssigneesRequest
The record ID (required).
getId() - Method in class UpdateRecordRequest
The Record ID of the record to be updated.
getId() - Method in class UpdateRecordStatusRequest
The record ID (required).
getId() - Method in class GetApiSchemaResponseBody
The ID of the API.
getId() - Method in class AddSpaceFromTemplateRequest
The Space Template ID (required).
getId() - Method in class AddSpaceFromTemplateResponseBody
The Space ID of the created Space.
getId() - Method in class AddThreadCommentResponseBody
The comment ID of the created comment.
getId() - Method in class DeleteSpaceRequest
The Space ID (required).
getId() - Method in class GetSpaceMembersRequest
The Space ID (required).
getId() - Method in class GetSpaceRequest
The Space ID (required).
getId() - Method in class GetSpaceResponseBody
The Space ID.
getId() - Method in class UpdateSpaceBodyRequest
The Space ID (required).
getId() - Method in class UpdateSpaceGuestsRequest
The Guest Space ID (required).
getId() - Method in class UpdateSpaceMembersRequest
The Space ID (required).
getId() - Method in class UpdateThreadRequest
The Thread ID (required).
getId() - Method in class ActionId
The ID of the Action.
getId() - Method in class AppAction
The ID of the Action.
getId() - Method in class EvaluatedRecordRight
The record ID.
getId() - Method in class Report
The ID of the graph.
getId() - Method in class ReportId
The ID of the graph.
getId() - Method in class View
The View ID.
getId() - Method in class ViewId
The View ID.
getId() - Method in class PostedRecordComment
The comment ID.
getId() - Method in class Record
Returns the record ID.
getId() - Method in class RecordForUpdate
The Record ID of the record to be updated.
getId() - Method in class RecordRevision
The Record ID
getId() - Method in class StatusAction
The Record ID (required).
getId() - Method in class TableRow
Returns the row ID.
getIds() - Method in class EvaluateRecordAclRequest
The list of record IDs that will be evaluated (required).
getIds() - Method in class GetAppsRequest
The App IDs.
getIds() - Method in class AddRecordsResponseBody
The Record IDs of the created records.
getIds() - Method in class DeleteRecordsRequest
A list of record IDs that will be deleted (required).
getImage() - Method in class GuestUser
The profile image of the Guest user.
getIncludeSubs() - Method in class AppRightEntity
The permission inheritance settings of the department the permission is granted to.
getIncludeSubs() - Method in class FieldRightEntity
The permission inheritance settings of the department the permission is granted to.
getIncludeSubs() - Method in class GeneralNotification
The "Include affiliated departments" setting of the Department.
getIncludeSubs() - Method in class NotificationTarget
The "Include affiliated departments" setting of the Department.
getIncludeSubs() - Method in class ProcessEntity
The "Include affiliated departments" settings of the department.
getIncludeSubs() - Method in class RecordRightEntity
The permission inheritance settings of the department the permissions are granted to.
getIncludeSubs() - Method in class SpaceMember
The "Include Affiliated Departments" settings of the department.
getIndex() - Method in class AppAction
The order of the Action, starting from 0.
getIndex() - Method in class Option
The display order (ascending) of the option, when listed with the other options.
getIndex() - Method in class ProcessState
The display order (ascending) of the Status, when listed with the other statuses.
getIndex() - Method in class Report
The order of the graph.
getIndex() - Method in class View
The display order of the View, in the list of views, specified with a number.
getInnerHeight() - Method in class FieldSize
The height of the field in pixels, excluding the height of the field name.
getIsAdmin() - Method in class SpaceMember
The Space Administration settings of the user.
getIsGuest() - Method in class AddSpaceFromTemplateRequest
true to make the Space as a Guest Space (optional).
getIsPrivate() - Method in class AddSpaceFromTemplateRequest
The Space is a Private Space or not (optional).
getJs() - Method in class CustomizeBody
A list of JavaScript files or URLs.
getKey() - Method in class AppPresetIcon
The key identifier of the icon.
getLabel() - Method in class CalcFieldProperty
The field name.
getLabel() - Method in class CategoryFieldProperty
The field name.
getLabel() - Method in class CheckBoxFieldProperty
The field name.
getLabel() - Method in class CreatedTimeFieldProperty
The field name.
getLabel() - Method in class CreatorFieldProperty
The field name.
getLabel() - Method in class DateFieldProperty
The field name.
getLabel() - Method in class DateTimeFieldProperty
The field name.
getLabel() - Method in class DropDownFieldProperty
The field name.
getLabel() - Method in class FileFieldProperty
The field name.
getLabel() - Method in class GroupFieldProperty
The field name.
getLabel() - Method in class GroupSelectFieldProperty
The field name.
getLabel() - Method in class LinkFieldProperty
The field name.
getLabel() - Method in class LookupFieldProperty
The field name.
getLabel() - Method in class ModifierFieldProperty
The field name.
getLabel() - Method in class MultiLineTextFieldProperty
The field name.
getLabel() - Method in class MultiSelectFieldProperty
The field name.
getLabel() - Method in class NumberFieldProperty
The field name.
getLabel() - Method in class Option
The display name of the option.
getLabel() - Method in class OrganizationSelectFieldProperty
The field name.
getLabel() - Method in class RadioButtonFieldProperty
The field name.
getLabel() - Method in class RecordNumberFieldProperty
The field name.
getLabel() - Method in class ReferenceTableFieldProperty
The field name.
getLabel() - Method in class RichTextFieldProperty
The field name.
getLabel() - Method in class SingleLineTextFieldProperty
The field name.
getLabel() - Method in class StatusAssigneeFieldProperty
The field name.
getLabel() - Method in class StatusFieldProperty
The field name.
getLabel() - Method in class SubtableFieldProperty
The field name.
getLabel() - Method in class TimeFieldProperty
The field name.
getLabel() - Method in class UpdatedTimeFieldProperty
The field name.
getLabel() - Method in class UserSelectFieldProperty
The field name.
getLabel() - Method in class FieldLayout
The text set in the Label field.
getLang() - Method in class GetAppActionsPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetAppActionsRequest
The localization language setting (optional).
getLang() - Method in class GetAppSettingsPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetAppSettingsRequest
The localization language setting (optional).
getLang() - Method in class GetFormFieldsPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetFormFieldsRequest
The localization language setting (optional).
getLang() - Method in class GetPerRecordNotificationsPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetPerRecordNotificationsRequest
The localization language setting (optional).
getLang() - Method in class GetProcessManagementPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetProcessManagementRequest
The localization language setting (optional).
getLang() - Method in class GetRecordAclPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetRecordAclRequest
The localization language setting (optional).
getLang() - Method in class GetReminderNotificationsPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetReminderNotificationsRequest
The localization language setting (optional).
getLang() - Method in class GetReportsPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetReportsRequest
The localization language setting (optional).
getLang() - Method in class GetViewsPreviewRequest
The localization language setting (optional).
getLang() - Method in class GetViewsRequest
The localization language setting (optional).
getLayout() - Method in class GetFormLayoutPreviewResponseBody
The list of field layouts for each row.
getLayout() - Method in class GetFormLayoutResponseBody
The list of field layouts for each row.
getLayout() - Method in class UpdateFormLayoutRequest
A list of field layouts for each row (required).
getLayout() - Method in class GroupLayout
A list of field layouts for each row inside a Group field.
getLimit() - Method in class GetAppsRequest
The number of Apps to retrieve.
getLimit() - Method in class GetRecordCommentsRequest
The number of records to retrieve (optional).
getLink() - Method in class ApiSchemaLink
The URL of the API, that can be used with the Get Schema API.
getLinkFieldValue(String) - Method in class Record
Returns the value of a Link field.
getLinkFieldValue(String) - Method in class TableRow
Returns the value of a Link field.
getLocale() - Method in class GuestUser
The language settings of the Guest user.
getLookup() - Method in class LookupFieldProperty
An object containing the settings of the Lookup field.
getLookupPickerFields() - Method in class LookupSetting
A list of field codes of fields set for the "Fields Shown in Lookup Picker" setting.
getMappings() - Method in class AppAction
An array of objects containing the "Field Mappings" options.
getMaxLength() - Method in class LinkFieldProperty
The maximum number of digits for the field.
getMaxLength() - Method in class SingleLineTextFieldProperty
The maximum number of digits for the field.
getMaxValue() - Method in class NumberFieldProperty
The maximum number of characters for the field
getMemberCount() - Method in class GetSpaceResponseBody
The number of members of the Space.
getMembers() - Method in class AddSpaceFromTemplateRequest
A list of members of the Space (required).
getMembers() - Method in class GetSpaceMembersResponseBody
A list of Space members.
getMembers() - Method in class UpdateSpaceMembersRequest
A list of members of the Space (required).
getMentions() - Method in class PostedRecordComment
A list including information of mentioned users.
getMentions() - Method in class RecordComment
A list including information to mention other users (optional).
getMentions() - Method in class ThreadComment
A list of mentioned users, groups or departments, that notify other kintone users.
getMinLength() - Method in class LinkFieldProperty
The minimum number of digits for the field.
getMinLength() - Method in class SingleLineTextFieldProperty
The minimum number of digits for the field.
getMinute() - Method in class EveryHourPeriod
The minute when the hourly Periodic Report will be generated.
getMinValue() - Method in class NumberFieldProperty
The minimum number of characters for the field.
getMobile() - Method in class GetAppCustomizePreviewResponseBody
An object containing data of JavaScript and CSS files for the mobile.
getMobile() - Method in class GetAppCustomizeResponseBody
An object containing data of JavaScript and CSS files for the mobile.
getMobile() - Method in class UpdateAppCustomizeRequest
An object containing data of JavaScript and CSS files for the mobile (optional).
getModifiedAt() - Method in class GetAppResponseBody
The date of when the App was last modified.
getModifiedAt() - Method in class App
The date of when the App was last modified.
getModifiedAt() - Method in class AttachedApp
The date of when the App was last updated.
getModifier() - Method in class GetAppResponseBody
The information of the user who last updated the App.
getModifier() - Method in class GetSpaceResponseBody
An object containing information of the updater of the Space.
getModifier() - Method in class App
The information of the user who last updated the App.
getModifier() - Method in class AttachedApp
The information of the user who last updated the App.
getModifierFieldValue() - Method in class Record
Returns the value of the Modifier field.
getMonth() - Method in class EveryYearPeriod
The month when the Periodic Report will be generated.
getMultiLineTextFieldValue(String) - Method in class Record
Returns the value of a Text Area field.
getMultiLineTextFieldValue(String) - Method in class TableRow
Returns the value of a Text Area field.
getMultiSelectFieldValue(String) - Method in class Record
Returns the value of a Multi-choice field.
getMultiSelectFieldValue(String) - Method in class TableRow
Returns the value of a Multi-choice field.
getName() - Method in class AddAppRequest
The App name (required).
getName() - Method in class GetAppResponseBody
The name of the App.
getName() - Method in class GetAppSettingsPreviewResponseBody
The App name.
getName() - Method in class GetAppSettingsResponseBody
The App name.
getName() - Method in class GetAppsRequest
The App Name.
getName() - Method in class UpdateAppSettingsRequest
The App name (optional).
getName() - Method in class AddSpaceFromTemplateRequest
The name of the Space (required).
getName() - Method in class GetSpaceResponseBody
The name of the Space
getName() - Method in class UpdateThreadRequest
The new name of the Thread (optional).
getName() - Method in class App
The name of the App.
getName() - Method in class AppAction
The name of the Action.
getName() - Method in class ProcessAction
The Action name.
getName() - Method in class ProcessState
The status name.
getName() - Method in class Report
The name of the graph.
getName() - Method in class View
The name of the View.
getName() - Method in class FileBody
The file name of the file.
getName() - Method in class Group
The name of group.
getName() - Method in class Organization
The name of department.
getName() - Method in class AttachedApp
The name of the App.
getName() - Method in class GuestUser
The display name of the user.
getName() - Method in class User
The display name of the user.
getNoLabel() - Method in class CalcFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class CheckBoxFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class CreatedTimeFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class CreatorFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class DateFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class DateTimeFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class DropDownFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class FileFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class GroupFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class GroupSelectFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class LinkFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class LookupFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class ModifierFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class MultiLineTextFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class MultiSelectFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class NumberFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class OrganizationSelectFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class RadioButtonFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class RecordNumberFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class ReferenceTableFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class RichTextFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class SingleLineTextFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class SubtableFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class TimeFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class UpdatedTimeFieldProperty
The "Hide field name" option.
getNoLabel() - Method in class UserSelectFieldProperty
The "Hide field name" option.
getNotifications() - Method in class GetGeneralNotificationsPreviewResponseBody
An array of objects consisting of "Recipients and Conditions" options.
getNotifications() - Method in class GetGeneralNotificationsResponseBody
An array of objects consisting of "Recipients and Conditions" options.
getNotifications() - Method in class GetPerRecordNotificationsPreviewResponseBody
An array of objects containing data of the Per Record Notification settings.
getNotifications() - Method in class GetPerRecordNotificationsResponseBody
An array of objects containing data of the Per Record Notification settings.
getNotifications() - Method in class GetReminderNotificationsPreviewResponseBody
An array of objects consisting of "Notification Trigger" options.
getNotifications() - Method in class GetReminderNotificationsResponseBody
An array of objects consisting of "Notification Trigger" options.
getNotifications() - Method in class UpdateGeneralNotificationsRequest
An array of objects consisting of "Recipients and Conditions" options (optional).
getNotifications() - Method in class UpdatePerRecordNotificationsRequest
An array of objects containing data of the Per Record Notification settings (optional).
getNotifications() - Method in class UpdateReminderNotificationsRequest
An array of objects consisting of "Notification Trigger" options (optional).
getNotifyToCommenter() - Method in class UpdateGeneralNotificationsRequest
Option to notify all commenters of a record when a comment is posted on that record (optional).
getNumberFieldValue(String) - Method in class Record
Returns the value of a Number field.
getNumberFieldValue(String) - Method in class TableRow
Returns the value of a Number field.
getOffset() - Method in class GetAppsRequest
The number of retrievals that will be skipped.
getOffset() - Method in class GetRecordCommentsRequest
The offset of comments to retrieve (optional).
getOpenGroup() - Method in class GroupFieldProperty
The "Show fields in this group" option.
getOptions() - Method in class CheckBoxFieldProperty
An object including data of the field's options.
getOptions() - Method in class DropDownFieldProperty
An object including data of the field's options.
getOptions() - Method in class MultiSelectFieldProperty
An object including data of the field's options.
getOptions() - Method in class RadioButtonFieldProperty
An object including data of the field's options.
getOrder() - Method in class GetRecordCommentsRequest
The sort order of the comment ID (optional).
getOrder() - Method in class AggregationSort
The order of sorting.
getOrganizationSelectFieldValue(String) - Method in class Record
Returns the value of a Department Selection field.
getOrganizationSelectFieldValue(String) - Method in class TableRow
Returns the value of a Department Selection field.
getPager() - Method in class View
The pagination settings.
getPassword() - Method in class BasicAuth
The password of BASIC Authentication.
getPassword() - Method in class GuestUser
The log in password of the Guest user.
getPath() - Method in class GetApiSchemaResponseBody
The API path, such as "records.json".
getPattern() - Method in class EveryQuarterPeriod
The months when the quarterly Periodic Report will be generated.
getPayload() - Method in class BulkRequestContent
The parameters to be passed onto the API of the request.
getPer() - Method in class AggregationGroup
The time unit used for the "Group by" option.
getPeriod() - Method in class PeriodicReport
An object containing the "Period" options.
getPeriodicReport() - Method in class Report
An objects containing the "Periodic Reports" options.
getPerRecordNotifications(long) - Method in class AppClient
Gets the per record notification settings of an App.
getPerRecordNotifications(long, String) - Method in class AppClient
Gets the per record notification settings of an App.
getPerRecordNotifications(GetPerRecordNotificationsRequest) - Method in class AppClient
Gets the per record notification settings of an App.
getPerRecordNotificationsPreview(long) - Method in class AppClient
Gets the per record notification settings of an App.
getPerRecordNotificationsPreview(long, String) - Method in class AppClient
Gets the per record notification settings of an App.
getPerRecordNotificationsPreview(GetPerRecordNotificationsPreviewRequest) - Method in class AppClient
Gets the per record notification settings of an App.
GetPerRecordNotificationsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Per Record Notification Settings Preview API.
GetPerRecordNotificationsPreviewRequest() - Constructor for class GetPerRecordNotificationsPreviewRequest
 
GetPerRecordNotificationsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Per Record Notification Settings Preview API.
GetPerRecordNotificationsPreviewResponseBody(List<PerRecordNotification>, long) - Constructor for class GetPerRecordNotificationsPreviewResponseBody
 
GetPerRecordNotificationsRequest - Class in com.kintone.client.api.app
A request object for Get Per Record Notification Settings API.
GetPerRecordNotificationsRequest() - Constructor for class GetPerRecordNotificationsRequest
 
GetPerRecordNotificationsResponseBody - Class in com.kintone.client.api.app
A response object for Get Per Record Notification Settings API.
GetPerRecordNotificationsResponseBody(List<PerRecordNotification>, long) - Constructor for class GetPerRecordNotificationsResponseBody
 
getPhone() - Method in class GuestUser
The Phone number to display on the Guest User's profile.
getProcessManagement(long) - Method in class AppClient
Gets the process management settings of an App.
getProcessManagement(long, String) - Method in class AppClient
Gets the process management settings of an App.
getProcessManagement(GetProcessManagementRequest) - Method in class AppClient
Gets the process management settings of an App.
getProcessManagementPreview(long) - Method in class AppClient
Gets the process management settings of an App.
getProcessManagementPreview(long, String) - Method in class AppClient
Gets the process management settings of an App.
getProcessManagementPreview(GetProcessManagementPreviewRequest) - Method in class AppClient
Gets the process management settings of an App.
GetProcessManagementPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Process Management Preview API.
GetProcessManagementPreviewRequest() - Constructor for class GetProcessManagementPreviewRequest
 
GetProcessManagementPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Process Management Preview API.
GetProcessManagementPreviewResponseBody(boolean, Map<String, ProcessState>, List<ProcessAction>, long) - Constructor for class GetProcessManagementPreviewResponseBody
 
GetProcessManagementRequest - Class in com.kintone.client.api.app
A request object for Get Process Management API.
GetProcessManagementRequest() - Constructor for class GetProcessManagementRequest
 
GetProcessManagementResponseBody - Class in com.kintone.client.api.app
A response object for Get Process Management API.
GetProcessManagementResponseBody(boolean, Map<String, ProcessState>, List<ProcessAction>, long) - Constructor for class GetProcessManagementResponseBody
 
getProperties() - Method in class AddFormFieldsRequest
An object with data of the field settings (required).
getProperties() - Method in class GetFormFieldsPreviewResponseBody
An object with data of the field settings.
getProperties() - Method in class GetFormFieldsResponseBody
An object with data of the field settings.
getProperties() - Method in class UpdateFormFieldsRequest
An object with data of the field settings (required).
getProperties() - Method in class RequestSchema
The properties of this schema.
getProperties() - Method in class ResponseSchema
The properties of this schema.
getProperties() - Method in class Schema
The properties of this schema.
getPropertyClass() - Method in enum IntervalType
 
getProtocol() - Method in class LinkFieldProperty
The Link type settings for the field.
getQuery() - Method in class CreateCursorRequest
The query string (optional).
getQuery() - Method in class GetRecordsRequest
The query string that specifies what records to include in the response (optional).
getRadioButtonFieldValue(String) - Method in class Record
Returns the value of a Radio button field.
getRadioButtonFieldValue(String) - Method in class TableRow
Returns the value of a Radio button field.
getRecord() - Method in class AddRecordCommentRequest
The Record ID (required).
getRecord() - Method in class AddRecordRequest
The record object.
getRecord() - Method in class DeleteRecordCommentRequest
The record ID (required).
getRecord() - Method in class GetRecordCommentsRequest
The record ID (required).
getRecord() - Method in class GetRecordResponseBody
The record object.
getRecord() - Method in class UpdateRecordRequest
Field codes and values are specified in this object.
getRecord() - Method in class EvaluatedRecordRight
An object consisting of record permissions of the specified record ID.
getRecord() - Method in class RecordForUpdate
Field codes and values are specified in this object.
getRecord(long, long) - Method in class RecordClient
Retrieves details of 1 record from an App by specifying the App ID and record ID.
getRecord(GetRecordRequest) - Method in class RecordClient
Retrieves details of 1 record from an App by specifying the App ID and record ID.
getRecordAcl(long) - Method in class AppClient
Gets the record permission settings of an App.
getRecordAcl(long, String) - Method in class AppClient
Gets the record permission settings of an App.
getRecordAcl(GetRecordAclRequest) - Method in class AppClient
Gets the record permission settings of an App.
getRecordAclPreview(long) - Method in class AppClient
Gets the Record permission settings of an App.
getRecordAclPreview(long, String) - Method in class AppClient
Gets the Record permission settings of an App.
getRecordAclPreview(GetRecordAclPreviewRequest) - Method in class AppClient
Gets the Record permission settings of an App.
GetRecordAclPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Record Acl Preview API.
GetRecordAclPreviewRequest() - Constructor for class GetRecordAclPreviewRequest
 
GetRecordAclPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Record Acl Preview API.
GetRecordAclPreviewResponseBody(List<RecordRight>, long) - Constructor for class GetRecordAclPreviewResponseBody
 
GetRecordAclRequest - Class in com.kintone.client.api.app
A request object for Get Record Acl API.
GetRecordAclRequest() - Constructor for class GetRecordAclRequest
 
GetRecordAclResponseBody - Class in com.kintone.client.api.app
A response object for Get Record Acl API.
GetRecordAclResponseBody(List<RecordRight>, long) - Constructor for class GetRecordAclResponseBody
 
getRecordAddable() - Method in class AppRightEntity
The record add permission of the entity
getRecordAdded() - Method in class GeneralNotification
Option to notify the entity when a record is added.
getRecordComments(long, long) - Method in class RecordClient
Retrieves multiple comments from a record in an app.
getRecordComments(long, long, Order, Long, Long) - Method in class RecordClient
Retrieves multiple comments from a record in an app.
getRecordComments(GetRecordCommentsRequest) - Method in class RecordClient
Retrieves multiple comments from a record in an app.
GetRecordCommentsRequest - Class in com.kintone.client.api.record
A request object for Get Record Comments API.
GetRecordCommentsRequest() - Constructor for class GetRecordCommentsRequest
 
GetRecordCommentsResponseBody - Class in com.kintone.client.api.record
A response object for Get Record Comments API.
GetRecordCommentsResponseBody(List<PostedRecordComment>, boolean, boolean) - Constructor for class GetRecordCommentsResponseBody
 
getRecordDeletable() - Method in class AppRightEntity
The record delete permission of the entity.
getRecordEditable() - Method in class AppRightEntity
The record edit permission of the entity.
getRecordEdited() - Method in class GeneralNotification
Option to notify the entity when a record is edited.
getRecordExportable() - Method in class AppRightEntity
The file export permission of the entity.
getRecordImportable() - Method in class AppRightEntity
The file import permission of the entity.
getRecordNumberFieldValue() - Method in class Record
Returns the value of the Record number field.
GetRecordRequest - Class in com.kintone.client.api.record
A request object for Get Record API.
GetRecordRequest() - Constructor for class GetRecordRequest
 
GetRecordResponseBody - Class in com.kintone.client.api.record
A response object for Get Record API.
GetRecordResponseBody(Record) - Constructor for class GetRecordResponseBody
 
getRecords() - Method in class AddRecordsRequest
A list of record objects, that contains field codes and their values (required).
getRecords() - Method in class GetRecordsByCursorResponseBody
A list of record objects.
getRecords() - Method in class GetRecordsResponseBody
A list of record objects.
getRecords() - Method in class UpdateRecordsRequest
A list of objects that include id/updateKey, revision and record objects (required).
getRecords() - Method in class UpdateRecordsResponseBody
A list of objects that include the record IDs and updated revisions.
getRecords() - Method in class UpdateRecordStatusesRequest
A list of objects including information of the status actions to proceed (required).
getRecords() - Method in class UpdateRecordStatusesResponseBody
A list of objects including information of the updated records.
getRecords(long) - Method in class RecordClient
Retrieves details of multiple records from an App.
getRecords(long, int, long) - Method in class RecordClient
Retrieves details of multiple records from an App.
getRecords(long, List<String>, int, long) - Method in class RecordClient
Retrieves details of multiple records from an App.
getRecords(long, String) - Method in class RecordClient
Retrieves details of multiple records from an App by specifying a query string.
getRecords(long, List<String>, String) - Method in class RecordClient
Retrieves details of multiple records from an App by specifying a query string.
getRecords(GetRecordsRequest) - Method in class RecordClient
Retrieves details of multiple records from an App.
getRecordsByCursor(String) - Method in class RecordClient
Retrieves multiple records from an App by specifying the cursor ID.
getRecordsByCursor(GetRecordsByCursorRequest) - Method in class RecordClient
Retrieves multiple records from an App by specifying the cursor ID.
GetRecordsByCursorRequest - Class in com.kintone.client.api.record
A request object for Get Records By Cursor API.
GetRecordsByCursorRequest() - Constructor for class GetRecordsByCursorRequest
 
GetRecordsByCursorResponseBody - Class in com.kintone.client.api.record
A response object for Get Records By Cursor API.
GetRecordsByCursorResponseBody(boolean, List<Record>) - Constructor for class GetRecordsByCursorResponseBody
 
GetRecordsRequest - Class in com.kintone.client.api.record
A request object for Get Records API.
GetRecordsRequest() - Constructor for class GetRecordsRequest
 
GetRecordsResponseBody - Class in com.kintone.client.api.record
A response object for Get Records API.
GetRecordsResponseBody(List<Record>, Long) - Constructor for class GetRecordsResponseBody
 
getRecordViewable() - Method in class AppRightEntity
The record view permission of the entity.
getReferenceTable() - Method in class ReferenceTableFieldProperty
An object containing the settings of the Related Records field.
getRelatedApp() - Method in class LookupSetting
An object that represents the settings for the related app.
getRelatedApp() - Method in class ReferenceTable
An object containing data of the "Datasource App" setting.
getRelatedField() - Method in class FieldMapping
The field code of the field selected for "Field in datasource app".
getRelatedField() - Method in class ReferenceTableCondition
The field code of the field selected for "Field in datasource app".
getRelatedKeyField() - Method in class LookupSetting
The field code specified in source field.
getReminderNotifications(long) - Method in class AppClient
Gets the reminder notification settings of an App.
getReminderNotifications(long, String) - Method in class AppClient
Gets the reminder notification settings of an App.
getReminderNotifications(GetReminderNotificationsRequest) - Method in class AppClient
Gets the reminder notification settings of an App.
getReminderNotificationsPreview(long) - Method in class AppClient
Gets the reminder notification settings of an App.
getReminderNotificationsPreview(long, String) - Method in class AppClient
Gets the reminder notification settings of an App.
getReminderNotificationsPreview(GetReminderNotificationsPreviewRequest) - Method in class AppClient
Gets the reminder notification settings of an App.
GetReminderNotificationsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Reminder Notification Settings Preview API.
GetReminderNotificationsPreviewRequest() - Constructor for class GetReminderNotificationsPreviewRequest
 
GetReminderNotificationsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Reminder Notification Settings Preview API.
GetReminderNotificationsPreviewResponseBody(List<ReminderNotification>, String, long) - Constructor for class GetReminderNotificationsPreviewResponseBody
 
GetReminderNotificationsRequest - Class in com.kintone.client.api.app
A request object for Get Reminder Notification Settings API.
GetReminderNotificationsRequest() - Constructor for class GetReminderNotificationsRequest
 
GetReminderNotificationsResponseBody - Class in com.kintone.client.api.app
A response object for Get Reminder Notification Settings API.
GetReminderNotificationsResponseBody(List<ReminderNotification>, String, long) - Constructor for class GetReminderNotificationsResponseBody
 
getReports() - Method in class GetReportsPreviewResponseBody
An object of Graph settings data.
getReports() - Method in class GetReportsResponseBody
An object of Graph settings data.
getReports() - Method in class UpdateReportsRequest
An object listing Graph information (required).
getReports() - Method in class UpdateReportsResponseBody
An object listing Graph information.
getReports(long) - Method in class AppClient
Gets the Graph settings of the App.
getReports(long, String) - Method in class AppClient
Gets the Graph settings of the App.
getReports(GetReportsRequest) - Method in class AppClient
Gets the Graph settings of the App.
getReportsPreview(long) - Method in class AppClient
Gets the Graph settings of the App.
getReportsPreview(long, String) - Method in class AppClient
Gets the Graph settings of the App.
getReportsPreview(GetReportsPreviewRequest) - Method in class AppClient
Gets the Graph settings of the App.
GetReportsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Graph Settings Preview API.
GetReportsPreviewRequest() - Constructor for class GetReportsPreviewRequest
 
GetReportsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Graph Settings Preview API.
GetReportsPreviewResponseBody(Map<String, Report>, long) - Constructor for class GetReportsPreviewResponseBody
 
GetReportsRequest - Class in com.kintone.client.api.app
A request object for Get Graph Settings API.
GetReportsRequest() - Constructor for class GetReportsRequest
 
GetReportsResponseBody - Class in com.kintone.client.api.app
A response object for Get Graph Settings API.
GetReportsResponseBody(Map<String, Report>, long) - Constructor for class GetReportsResponseBody
 
getRequest() - Method in class GetApiSchemaResponseBody
The schema information for the API request, in a JSON Schema format.
getRequests() - Method in class BulkRequestsRequest
The list of requests.
getRequired() - Method in class CalcFieldProperty
The "Required field" option.
getRequired() - Method in class CheckBoxFieldProperty
The "Required field" option.
getRequired() - Method in class DateFieldProperty
The "Required field" option.
getRequired() - Method in class DateTimeFieldProperty
The "Required field" option.
getRequired() - Method in class DropDownFieldProperty
The "Required field" option.
getRequired() - Method in class FileFieldProperty
The "Required field" option.
getRequired() - Method in class GroupSelectFieldProperty
The "Required field" option.
getRequired() - Method in class LinkFieldProperty
The "Required field" option.
getRequired() - Method in class LookupFieldProperty
The "Required field" option.
getRequired() - Method in class MultiLineTextFieldProperty
The "Required field" option.
getRequired() - Method in class MultiSelectFieldProperty
The "Required field" option.
getRequired() - Method in class NumberFieldProperty
The "Required field" option.
getRequired() - Method in class OrganizationSelectFieldProperty
The "Required field" option.
getRequired() - Method in class RadioButtonFieldProperty
The "Required field" option.
getRequired() - Method in class RichTextFieldProperty
The "Required field" option.
getRequired() - Method in class SingleLineTextFieldProperty
The "Required field" option.
getRequired() - Method in class TimeFieldProperty
The "Required field" option.
getRequired() - Method in class UserSelectFieldProperty
The "Required field" option.
getRequired() - Method in class RequestSchema
The list of required properties.
getRequired() - Method in class ResponseSchema
The list of required properties.
getRequired() - Method in class Schema
The list of required properties.
getResponse() - Method in class GetApiSchemaResponseBody
The schema information for the API response, in a JSON Schema format.
getResults() - Method in class BulkRequestsResponseBody
The response from each API request.
getRevert() - Method in class DeployAppRequest
Specify "true" to cancel all changes made to the pre-live settings (optional).
getRevision() - Method in class AddAppResponseBody
The revision number of the App settings.
getRevision() - Method in class AddFormFieldsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class AddFormFieldsResponseBody
The revision number of the App settings.
getRevision() - Method in class DeleteFormFieldsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class DeleteFormFieldsResponseBody
The revision number of the App settings.
getRevision() - Method in class GetAppAclPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetAppAclResponseBody
The revision number of the App settings.
getRevision() - Method in class GetAppActionsPreviewResponseBody
The revision number of the app settings.
getRevision() - Method in class GetAppActionsResponseBody
The revision number of the app settings.
getRevision() - Method in class GetAppCustomizePreviewResponseBody
The revision number of the app settings.
getRevision() - Method in class GetAppCustomizeResponseBody
The revision number of the app settings.
getRevision() - Method in class GetAppSettingsPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetAppSettingsResponseBody
The revision number of the App settings.
getRevision() - Method in class GetFieldAclPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetFieldAclResponseBody
The revision number of the App settings.
getRevision() - Method in class GetFormFieldsPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetFormFieldsResponseBody
The revision number of the App settings.
getRevision() - Method in class GetFormLayoutPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetFormLayoutResponseBody
The revision number of the App settings.
getRevision() - Method in class GetGeneralNotificationsPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetGeneralNotificationsResponseBody
The revision number of the App settings.
getRevision() - Method in class GetPerRecordNotificationsPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetPerRecordNotificationsResponseBody
The revision number of the App settings.
getRevision() - Method in class GetProcessManagementPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetProcessManagementResponseBody
The revision number of the App settings.
getRevision() - Method in class GetRecordAclPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetRecordAclResponseBody
The revision number of the App settings.
getRevision() - Method in class GetReminderNotificationsPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetReminderNotificationsResponseBody
The revision number of the App settings.
getRevision() - Method in class GetReportsPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetReportsResponseBody
The revision number of the App settings.
getRevision() - Method in class GetViewsPreviewResponseBody
The revision number of the App settings.
getRevision() - Method in class GetViewsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateAppAclRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateAppAclResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateAppActionsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateAppActionsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateAppCustomizeRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateAppCustomizeResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateAppSettingsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateAppSettingsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateFieldAclRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateFieldAclResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateFormFieldsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateFormFieldsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateFormLayoutRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateFormLayoutResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateGeneralNotificationsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateGeneralNotificationsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdatePerRecordNotificationsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdatePerRecordNotificationsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateProcessManagementRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateProcessManagementResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateRecordAclRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateRecordAclResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateReminderNotificationsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateReminderNotificationsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateReportsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateReportsResponseBody
The revision number of the App settings.
getRevision() - Method in class UpdateViewsRequest
The expected revision number of the App settings (optional).
getRevision() - Method in class UpdateViewsResponseBody
The revision number of the App settings.
getRevision() - Method in class AddRecordResponseBody
The revision number of the Record.
getRevision() - Method in class UpdateRecordAssigneesRequest
The expected revision number of the record before updating the Assignees (optional).
getRevision() - Method in class UpdateRecordAssigneesResponseBody
The revision number of the record after updating the Assignees.
getRevision() - Method in class UpdateRecordRequest
The expected revision number (optional).
getRevision() - Method in class UpdateRecordResponseBody
The revision number of the record.
getRevision() - Method in class UpdateRecordStatusRequest
The expected revision number of the record before updating the status (optional).
getRevision() - Method in class UpdateRecordStatusResponseBody
The revision number of the record after updating the status.
getRevision() - Method in class DeployApp
Specify the revision number of the settings that will be deployed (optional).
getRevision() - Method in class Record
Returns the record revision.
getRevision() - Method in class RecordForUpdate
The expected revision number (optional).
getRevision() - Method in class RecordRevision
The revision number of the record after updating the record.
getRevision() - Method in class StatusAction
The revision number of the record before updating the status (optional).
getRevisions() - Method in class AddRecordsResponseBody
The revision numbers of the records.
getRevisions() - Method in class DeleteRecordsRequest
The expected revision numbers (optional).
getRichTextFieldValue(String) - Method in class Record
Returns the value of a Rich text field.
getRichTextFieldValue(String) - Method in class TableRow
Returns the value of a Rich text field.
getRights() - Method in class EvaluateRecordAclResponseBody
The list of objects that contain permission settings of the specified records.
getRights() - Method in class GetAppAclPreviewResponseBody
The list of objects that contain data of App permissions, in order of priority.
getRights() - Method in class GetAppAclResponseBody
The list of objects that contain data of App permissions, in order of priority.
getRights() - Method in class GetFieldAclPreviewResponseBody
A list of objects that contain data of permission settings.
getRights() - Method in class GetFieldAclResponseBody
A list of objects that contain data of permission settings.
getRights() - Method in class GetRecordAclPreviewResponseBody
The list of objects that contain data of record permissions, in order of priority.
getRights() - Method in class GetRecordAclResponseBody
The list of objects that contain data of record permissions, in order of priority.
getRights() - Method in class UpdateAppAclRequest
The list of App permissions, in order of priority (required).
getRights() - Method in class UpdateFieldAclRequest
A list containing data of field permissions (required).
getRights() - Method in class UpdateRecordAclRequest
The list of record permissions (required).
getRows() - Method in class SubtableFieldValue
The rows of the Table.
getSchemas() - Method in class GetApiSchemaResponseBody
The schema information common within all APIs.
getScope() - Method in class GetAppCustomizePreviewResponseBody
The scope of customization *
getScope() - Method in class GetAppCustomizeResponseBody
The scope of customization *
getScope() - Method in class UpdateAppCustomizeRequest
The scope of customization (optional).
getSingleLineTextFieldValue(String) - Method in class Record
Returns the value of a Text field.
getSingleLineTextFieldValue(String) - Method in class TableRow
Returns the value of a Text field.
getSize() - Method in class CreateCursorRequest
The maximum number of records the Get Cursor API can retrieve from this cursor with one request (optional).
getSize() - Method in class ReferenceTable
The "Max Records to Display at a Time" setting.
getSize() - Method in class FieldLayout
An object with data of the field's size.
getSize() - Method in class FileBody
The byte size of the file.
getSort() - Method in class LookupSetting
The default sort order for the "Filter" setting.
getSort() - Method in class ReferenceTable
The "Display Order" setting, in a query format.
getSort() - Method in class View
The sort order in a query format.
getSorts() - Method in class Report
An array of objects containing the "Sort by" options.
getSpace() - Method in class AddAppRequest
The Space ID of where the App will be created (optional).
getSpace() - Method in class AddThreadCommentRequest
The Space ID (required).
getSpace(long) - Method in class SpaceClient
Gets information of a Space.
getSpace(GetSpaceRequest) - Method in class SpaceClient
Gets information of a Space.
getSpaceId() - Method in class GetAppResponseBody
If the App was created inside a Space, it will return the Space ID.
getSpaceId() - Method in class App
If the App was created inside a Space, it will return the Space ID.
getSpaceIds() - Method in class GetAppsRequest
The Space ID of where the App resides in.
getSpaceMembers(long) - Method in class SpaceClient
Gets the list of Space members of a Space.
getSpaceMembers(GetSpaceMembersRequest) - Method in class SpaceClient
Gets the list of Space members of a Space.
GetSpaceMembersRequest - Class in com.kintone.client.api.space
A request object for Get Space Members API.
GetSpaceMembersRequest() - Constructor for class GetSpaceMembersRequest
 
GetSpaceMembersResponseBody - Class in com.kintone.client.api.space
A response object for Get Space Members API.
GetSpaceMembersResponseBody(List<AddedSpaceMember>) - Constructor for class GetSpaceMembersResponseBody
 
GetSpaceRequest - Class in com.kintone.client.api.space
A request object for Get Space API.
GetSpaceRequest() - Constructor for class GetSpaceRequest
 
GetSpaceResponseBody - Class in com.kintone.client.api.space
A response object for Get Space API.
GetSpaceResponseBody(long, String, long, boolean, User, User, CoverType, String, String, String, List<AttachedApp>, long, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class GetSpaceResponseBody
 
getSrcField() - Method in class AppActionMapping
The field code of the field specified in the "Field Mappings" options as the source.
getSrcType() - Method in class AppActionMapping
The type of source data that is to be copied.
getStates() - Method in class GetProcessManagementPreviewResponseBody
An object containing data of the process management statuses.
getStates() - Method in class GetProcessManagementResponseBody
An object containing data of the process management statuses.
getStates() - Method in class UpdateProcessManagementRequest
An object containing data of the process management statuses (optional).
getStatus() - Method in class AppDeployStatus
The status of the deployment of App settings.
getStatusAssigneeFieldValue() - Method in class Record
Returns the value of the Assignee of the Process management status field.
getStatusChanged() - Method in class GeneralNotification
Option to notify the entity when a status is changed.
getStatusCode() - Method in class KintoneResponse
The HTTP status code.
getStatusCode() - Method in exception KintoneApiRuntimeException
The HTTP status code.
getStatusFieldValue() - Method in class Record
Returns the value of the Process management status field.
getSubtableFieldValue(String) - Method in class Record
Returns the value of a Table.
getSurNameReading() - Method in class GuestUser
The Phonetic Surname settings of the Guest User.
getTargets() - Method in class PerRecordNotification
An array of objects containing the recipients of the Per Record Notification.
getTargets() - Method in class ReminderNotification
An array of objects containing the recipients of the Reminder Notification.
getText() - Method in class PostedRecordComment
The comment including the line feed codes.
getText() - Method in class RecordComment
The comment text (required).
getText() - Method in class ThreadComment
The comment contents.
getTheme() - Method in class GetAppSettingsPreviewResponseBody
The color theme.
getTheme() - Method in class GetAppSettingsResponseBody
The color theme.
getTheme() - Method in class UpdateAppSettingsRequest
The color theme (optional).
getThread() - Method in class AddAppRequest
The Thread ID of the thread in the Space where the App will be created.
getThread() - Method in class AddThreadCommentRequest
The Thread ID (required).
getThreadId() - Method in class GetAppResponseBody
If the App was created inside a Space, it will return the Thread ID of the Thread of the space it belongs to.
getThreadId() - Method in class App
If the App was created inside a Space, it will return the Thread ID of the Thread of the space it belongs to.
getThreadId() - Method in class AttachedApp
The Thread ID of the thread that the App was created in.
getThumbnailSize() - Method in class FileFieldProperty
The size of the image thumbnail in pixels.
getTime() - Method in class ReminderTiming
The time when the Reminder notification is sent.
getTime() - Method in class EveryDayPeriod
The time when the Periodic Report will be generated.
getTime() - Method in class EveryMonthPeriod
The time when the Periodic Report will be generated.
getTime() - Method in class EveryQuarterPeriod
The time when the Periodic Report will be generated.
getTime() - Method in class EveryWeekPeriod
The time when the Periodic Report will be generated.
getTime() - Method in class EveryYearPeriod
The time when the Periodic Report will be generated.
getTimeFieldValue(String) - Method in class Record
Returns the value of a Time field.
getTimeFieldValue(String) - Method in class TableRow
Returns the value of a Time field.
getTimezone() - Method in class GetReminderNotificationsPreviewResponseBody
The timezone that determines the Reminder notification's timing.
getTimezone() - Method in class GetReminderNotificationsResponseBody
The timezone that determines the Reminder notification's timing.
getTimezone() - Method in class UpdateReminderNotificationsRequest
The timezone that determines the Reminder notification's timing (optional).
getTimezone() - Method in class GuestUser
The timezone of the Guest user.
getTiming() - Method in class ReminderNotification
An object containing the Reminder notification's timing.
getTitle() - Method in class PerRecordNotification
The notification subject.
getTitle() - Method in class ReminderNotification
The notification subject.
getTitle() - Method in class View
Used for Calendar views.
getTo() - Method in class ProcessAction
The status after taking action.
getTotalCount() - Method in class CreateCursorResponseBody
The total count of records that match the query conditions.
getTotalCount() - Method in class GetRecordsRequest
If set to true, the total count of records that match the query conditions will be included in the response (optional).
getTotalCount() - Method in class GetRecordsResponseBody
The total count of records that match the query conditions.
getType() - Method in class AppFileIcon
Returns the type of App icon.
getType() - Method in interface AppIcon
Returns the type of App icon.
getType() - Method in class AppPresetIcon
Returns the type of App icon.
getType() - Method in class CustomizeFileResource
Returns the resource type of this setting.
getType() - Method in interface CustomizeResource
Returns the resource type of this setting.
getType() - Method in class CustomizeUrlResource
Returns the resource type of this setting.
getType() - Method in class CalcFieldProperty
Get the field type.
getType() - Method in class CategoryFieldProperty
Get the field type.
getType() - Method in class CheckBoxFieldProperty
Get the field type.
getType() - Method in class CreatedTimeFieldProperty
Get the field type.
getType() - Method in class CreatorFieldProperty
Get the field type.
getType() - Method in class DateFieldProperty
Get the field type.
getType() - Method in class DateTimeFieldProperty
Get the field type.
getType() - Method in class DropDownFieldProperty
Get the field type.
getType() - Method in interface FieldProperty
Get the field type.
getType() - Method in class FileFieldProperty
Get the field type.
getType() - Method in class GroupFieldProperty
Get the field type.
getType() - Method in class GroupSelectFieldProperty
Get the field type.
getType() - Method in class LinkFieldProperty
Get the field type.
getType() - Method in class LookupFieldProperty
The field type.
getType() - Method in class ModifierFieldProperty
Get the field type.
getType() - Method in class MultiLineTextFieldProperty
Get the field type.
getType() - Method in class MultiSelectFieldProperty
Get the field type.
getType() - Method in class NumberFieldProperty
Get the field type.
getType() - Method in class OrganizationSelectFieldProperty
Get the field type.
getType() - Method in class RadioButtonFieldProperty
Get the field type.
getType() - Method in class RecordNumberFieldProperty
Get the field type.
getType() - Method in class ReferenceTableFieldProperty
Get the field type.
getType() - Method in class RichTextFieldProperty
Get the field type.
getType() - Method in class SingleLineTextFieldProperty
Get the field type.
getType() - Method in class StatusAssigneeFieldProperty
Get the field type.
getType() - Method in class StatusFieldProperty
Get the field type.
getType() - Method in class SubtableFieldProperty
Get the field type.
getType() - Method in class TimeFieldProperty
Get the field type.
getType() - Method in class UpdatedTimeFieldProperty
Get the field type.
getType() - Method in class UserSelectFieldProperty
Get the field type.
getType() - Method in class FieldLayout
The type of field.
getType() - Method in class GroupLayout
Returns the type of row.
getType() - Method in interface Layout
Returns the type of row.
getType() - Method in class RowLayout
Returns the type of row.
getType() - Method in class SubtableLayout
Returns the type of row.
getType() - Method in class ProcessAssignee
The Assignee List type of the Status.
getType() - Method in class AggregationSetting
The type of the "Function" option of the Graph.
getType() - Method in class View
The type of View.
getType() - Method in class Entity
The type of the entity: USER, GROUP or ORGANIZATION etc.
getType() - Method in class CalcFieldValue
Returns the type of field.
getType() - Method in class CategoryFieldValue
Returns the type of field.
getType() - Method in class CheckBoxFieldValue
Returns the type of field.
getType() - Method in class CreatedTimeFieldValue
Returns the type of field.
getType() - Method in class CreatorFieldValue
Returns the type of field.
getType() - Method in class DateFieldValue
Returns the type of field.
getType() - Method in class DateTimeFieldValue
Returns the type of field.
getType() - Method in class DropDownFieldValue
Returns the type of field.
getType() - Method in interface FieldValue
Returns the type of field.
getType() - Method in class FileFieldValue
Returns the type of field.
getType() - Method in class GroupSelectFieldValue
Returns the type of field.
getType() - Method in class LinkFieldValue
Returns the type of field.
getType() - Method in class ModifierFieldValue
Returns the type of field.
getType() - Method in class MultiLineTextFieldValue
Returns the type of field.
getType() - Method in class MultiSelectFieldValue
Returns the type of field.
getType() - Method in class NumberFieldValue
Returns the type of field.
getType() - Method in class OrganizationSelectFieldValue
Returns the type of field.
getType() - Method in class RadioButtonFieldValue
Returns the type of field.
getType() - Method in class RecordNumberFieldValue
Returns the type of field.
getType() - Method in class RichTextFieldValue
Returns the type of field.
getType() - Method in class SingleLineTextFieldValue
Returns the type of field.
getType() - Method in class StatusAssigneeFieldValue
Returns the type of field.
getType() - Method in class StatusFieldValue
Returns the type of field.
getType() - Method in class SubtableFieldValue
Returns the type of field.
getType() - Method in class TimeFieldValue
Returns the type of field.
getType() - Method in class UpdatedTimeFieldValue
Returns the type of field.
getType() - Method in class UserSelectFieldValue
Returns the type of field.
getType() - Method in class RequestSchema
The type of this schema object.
getType() - Method in class ResponseSchema
The type of this schema object.
getType() - Method in class Schema
The type of this schema object.
getUnique() - Method in class DateFieldProperty
The "Prohibit duplicate values" option.
getUnique() - Method in class DateTimeFieldProperty
The "Prohibit duplicate values" option.
getUnique() - Method in class LinkFieldProperty
The "Prohibit duplicate values" option.
getUnique() - Method in class NumberFieldProperty
The "Prohibit duplicate values" option.
getUnique() - Method in class SingleLineTextFieldProperty
The "Prohibit duplicate values" option.
getUnit() - Method in class CalcFieldProperty
The currency settings of the field.
getUnit() - Method in class NumberFieldProperty
The Currency settings of the field.
getUnitPosition() - Method in class CalcFieldProperty
The display position of the currency.
getUnitPosition() - Method in class NumberFieldProperty
The display position of the Currency.
getUpdatedTimeFieldValue() - Method in class Record
Returns the value of the Updated date-time field.
getUpdateKey() - Method in class UpdateRecordRequest
The unique key of the record to be updated.
getUpdateKey() - Method in class RecordForUpdate
The unique key of the record to be updated.
getUrl() - Method in class CustomizeUrlResource
The URL.
getUser() - Method in class BasicAuth
The user of BASIC Authentication.
getUserSelectFieldValue(String) - Method in class Record
Returns the value of a User Selection field.
getUserSelectFieldValue(String) - Method in class TableRow
Returns the value of a User Selection field.
getValue() - Method in class CalcFieldValue
Returns the value of field.
getValue() - Method in class CreatedTimeFieldValue
The created date-time of the record.
getValue() - Method in class CreatorFieldValue
The user who created the record.
getValue() - Method in class DateFieldValue
The value of the Date field.
getValue() - Method in class DateTimeFieldValue
The value of the Date and time field.
getValue() - Method in class DropDownFieldValue
The selected option of the Drop-down.
getValue() - Method in class LinkFieldValue
The value of the Link field.
getValue() - Method in class ModifierFieldValue
The user who updated the record.
getValue() - Method in class MultiLineTextFieldValue
The value of the Text Area field.
getValue() - Method in class NumberFieldValue
The value of the Number field.
getValue() - Method in class RadioButtonFieldValue
The selected option of the Radio button.
getValue() - Method in class RecordNumberFieldValue
The value of the Record number field.
getValue() - Method in class RichTextFieldValue
The value of the Rich text field.
getValue() - Method in class SingleLineTextFieldValue
The value of the Text field.
getValue() - Method in class StatusFieldValue
The value of the Status field.
getValue() - Method in class TimeFieldValue
The value of the Time field.
getValue() - Method in class UpdatedTimeFieldValue
The updated date-time of the record.
getValue() - Method in class UpdateKey
The value of the unique key (required).
getValues() - Method in class CategoryFieldValue
The list of selected category labels.
getValues() - Method in class CheckBoxFieldValue
The list of selected options of the Checkbox.
getValues() - Method in class FileFieldValue
The list of objects that contain information of attached files.
getValues() - Method in class GroupSelectFieldValue
The list of selected groups.
getValues() - Method in class MultiSelectFieldValue
The list of selected options of the Multi-choice.
getValues() - Method in class OrganizationSelectFieldValue
The list of selected departments.
getValues() - Method in class StatusAssigneeFieldValue
The value of the Assignee field.
getValues() - Method in class UserSelectFieldValue
The list of selected users.
getViewable() - Method in class RecordRightEntity
The view permission of the entity.
getViews() - Method in class GetViewsPreviewResponseBody
An object listing View information.
getViews() - Method in class GetViewsResponseBody
An object listing View information.
getViews() - Method in class UpdateViewsRequest
An object of data of Views (required).
getViews() - Method in class UpdateViewsResponseBody
An object containing data of the Views.
getViews(long) - Method in class AppClient
Gets the View settings of an App.
getViews(long, String) - Method in class AppClient
Gets the View settings of an App.
getViews(GetViewsRequest) - Method in class AppClient
Gets the View settings of an App.
getViewsPreview(long) - Method in class AppClient
Gets the View settings of an App.
getViewsPreview(long, String) - Method in class AppClient
Gets the View settings of an App.
getViewsPreview(GetViewsPreviewRequest) - Method in class AppClient
Gets the View settings of an App.
GetViewsPreviewRequest - Class in com.kintone.client.api.app
A request object for Get Views Preview API.
GetViewsPreviewRequest() - Constructor for class GetViewsPreviewRequest
 
GetViewsPreviewResponseBody - Class in com.kintone.client.api.app
A response object for Get Views Preview API.
GetViewsPreviewResponseBody(Map<String, View>, long) - Constructor for class GetViewsPreviewResponseBody
 
GetViewsRequest - Class in com.kintone.client.api.app
A request object for Get Views API.
GetViewsRequest() - Constructor for class GetViewsRequest
 
GetViewsResponseBody - Class in com.kintone.client.api.app
A response object for Get Views API.
GetViewsResponseBody(Map<String, View>, long) - Constructor for class GetViewsResponseBody
 
getWidth() - Method in class FieldSize
The width of the field in pixels.
getWidth() - Method in class ThreadCommentFile
A width can be specified if the attachment file is an image.
Group - Class in com.kintone.client.model
An object representing a Group value.
Group(String) - Constructor for class Group
Constructor to create a group value used for editing Group Selection fields.
Group(String, String) - Constructor for class Group
 
GroupFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Group field for getting and setting the field settings.
GroupFieldProperty() - Constructor for class GroupFieldProperty
 
GroupLayout - Class in com.kintone.client.model.app.layout
A layout information corresponding to a Group field.
GroupLayout() - Constructor for class GroupLayout
 
GroupSelectFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Group Selection field for getting and setting the field settings.
GroupSelectFieldProperty() - Constructor for class GroupSelectFieldProperty
 
GroupSelectFieldValue - Class in com.kintone.client.model.record
A value object for a Group Selection field.
GroupSelectFieldValue(List<Group>) - Constructor for class GroupSelectFieldValue
 
GroupSelectFieldValue(Group...) - Constructor for class GroupSelectFieldValue
 
GuestUser - Class in com.kintone.client.model.space
A Guest user information.
GuestUser() - Constructor for class GuestUser
 

H

hashCode() - Method in class AddAppRequest
 
hashCode() - Method in class AddAppResponseBody
 
hashCode() - Method in class AddFormFieldsRequest
 
hashCode() - Method in class AddFormFieldsResponseBody
 
hashCode() - Method in class DeleteFormFieldsRequest
 
hashCode() - Method in class DeleteFormFieldsResponseBody
 
hashCode() - Method in class DeployAppRequest
 
hashCode() - Method in class EvaluateRecordAclRequest
 
hashCode() - Method in class EvaluateRecordAclResponseBody
 
hashCode() - Method in class GetAppAclPreviewRequest
 
hashCode() - Method in class GetAppAclPreviewResponseBody
 
hashCode() - Method in class GetAppAclRequest
 
hashCode() - Method in class GetAppAclResponseBody
 
hashCode() - Method in class GetAppActionsPreviewRequest
 
hashCode() - Method in class GetAppActionsPreviewResponseBody
 
hashCode() - Method in class GetAppActionsRequest
 
hashCode() - Method in class GetAppActionsResponseBody
 
hashCode() - Method in class GetAppCustomizePreviewRequest
 
hashCode() - Method in class GetAppCustomizePreviewResponseBody
 
hashCode() - Method in class GetAppCustomizeRequest
 
hashCode() - Method in class GetAppCustomizeResponseBody
 
hashCode() - Method in class GetAppRequest
 
hashCode() - Method in class GetAppResponseBody
 
hashCode() - Method in class GetAppSettingsPreviewRequest
 
hashCode() - Method in class GetAppSettingsPreviewResponseBody
 
hashCode() - Method in class GetAppSettingsRequest
 
hashCode() - Method in class GetAppSettingsResponseBody
 
hashCode() - Method in class GetAppsRequest
 
hashCode() - Method in class GetAppsResponseBody
 
hashCode() - Method in class GetDeployStatusRequest
 
hashCode() - Method in class GetDeployStatusResponseBody
 
hashCode() - Method in class GetFieldAclPreviewRequest
 
hashCode() - Method in class GetFieldAclPreviewResponseBody
 
hashCode() - Method in class GetFieldAclRequest
 
hashCode() - Method in class GetFieldAclResponseBody
 
hashCode() - Method in class GetFormFieldsPreviewRequest
 
hashCode() - Method in class GetFormFieldsPreviewResponseBody
 
hashCode() - Method in class GetFormFieldsRequest
 
hashCode() - Method in class GetFormFieldsResponseBody
 
hashCode() - Method in class GetFormLayoutPreviewRequest
 
hashCode() - Method in class GetFormLayoutPreviewResponseBody
 
hashCode() - Method in class GetFormLayoutRequest
 
hashCode() - Method in class GetFormLayoutResponseBody
 
hashCode() - Method in class GetGeneralNotificationsPreviewRequest
 
hashCode() - Method in class GetGeneralNotificationsPreviewResponseBody
 
hashCode() - Method in class GetGeneralNotificationsRequest
 
hashCode() - Method in class GetGeneralNotificationsResponseBody
 
hashCode() - Method in class GetPerRecordNotificationsPreviewRequest
 
hashCode() - Method in class GetPerRecordNotificationsPreviewResponseBody
 
hashCode() - Method in class GetPerRecordNotificationsRequest
 
hashCode() - Method in class GetPerRecordNotificationsResponseBody
 
hashCode() - Method in class GetProcessManagementPreviewRequest
 
hashCode() - Method in class GetProcessManagementPreviewResponseBody
 
hashCode() - Method in class GetProcessManagementRequest
 
hashCode() - Method in class GetProcessManagementResponseBody
 
hashCode() - Method in class GetRecordAclPreviewRequest
 
hashCode() - Method in class GetRecordAclPreviewResponseBody
 
hashCode() - Method in class GetRecordAclRequest
 
hashCode() - Method in class GetRecordAclResponseBody
 
hashCode() - Method in class GetReminderNotificationsPreviewRequest
 
hashCode() - Method in class GetReminderNotificationsPreviewResponseBody
 
hashCode() - Method in class GetReminderNotificationsRequest
 
hashCode() - Method in class GetReminderNotificationsResponseBody
 
hashCode() - Method in class GetReportsPreviewRequest
 
hashCode() - Method in class GetReportsPreviewResponseBody
 
hashCode() - Method in class GetReportsRequest
 
hashCode() - Method in class GetReportsResponseBody
 
hashCode() - Method in class GetViewsPreviewRequest
 
hashCode() - Method in class GetViewsPreviewResponseBody
 
hashCode() - Method in class GetViewsRequest
 
hashCode() - Method in class GetViewsResponseBody
 
hashCode() - Method in class UpdateAppAclRequest
 
hashCode() - Method in class UpdateAppAclResponseBody
 
hashCode() - Method in class UpdateAppActionsRequest
 
hashCode() - Method in class UpdateAppActionsResponseBody
 
hashCode() - Method in class UpdateAppCustomizeRequest
 
hashCode() - Method in class UpdateAppCustomizeResponseBody
 
hashCode() - Method in class UpdateAppSettingsRequest
 
hashCode() - Method in class UpdateAppSettingsResponseBody
 
hashCode() - Method in class UpdateFieldAclRequest
 
hashCode() - Method in class UpdateFieldAclResponseBody
 
hashCode() - Method in class UpdateFormFieldsRequest
 
hashCode() - Method in class UpdateFormFieldsResponseBody
 
hashCode() - Method in class UpdateFormLayoutRequest
 
hashCode() - Method in class UpdateFormLayoutResponseBody
 
hashCode() - Method in class UpdateGeneralNotificationsRequest
 
hashCode() - Method in class UpdateGeneralNotificationsResponseBody
 
hashCode() - Method in class UpdatePerRecordNotificationsRequest
 
hashCode() - Method in class UpdatePerRecordNotificationsResponseBody
 
hashCode() - Method in class UpdateProcessManagementRequest
 
hashCode() - Method in class UpdateProcessManagementResponseBody
 
hashCode() - Method in class UpdateRecordAclRequest
 
hashCode() - Method in class UpdateRecordAclResponseBody
 
hashCode() - Method in class UpdateReminderNotificationsRequest
 
hashCode() - Method in class UpdateReminderNotificationsResponseBody
 
hashCode() - Method in class UpdateReportsRequest
 
hashCode() - Method in class UpdateReportsResponseBody
 
hashCode() - Method in class UpdateViewsRequest
 
hashCode() - Method in class UpdateViewsResponseBody
 
hashCode() - Method in class BulkRequestsRequest
 
hashCode() - Method in class DownloadFileRequest
 
hashCode() - Method in class UploadFileRequest
 
hashCode() - Method in class UploadFileResponseBody
 
hashCode() - Method in class AddRecordCommentRequest
 
hashCode() - Method in class AddRecordCommentResponseBody
 
hashCode() - Method in class AddRecordRequest
 
hashCode() - Method in class AddRecordResponseBody
 
hashCode() - Method in class AddRecordsRequest
 
hashCode() - Method in class AddRecordsResponseBody
 
hashCode() - Method in class CreateCursorRequest
 
hashCode() - Method in class CreateCursorResponseBody
 
hashCode() - Method in class DeleteCursorRequest
 
hashCode() - Method in class DeleteRecordCommentRequest
 
hashCode() - Method in class DeleteRecordsRequest
 
hashCode() - Method in class GetRecordCommentsRequest
 
hashCode() - Method in class GetRecordCommentsResponseBody
 
hashCode() - Method in class GetRecordRequest
 
hashCode() - Method in class GetRecordResponseBody
 
hashCode() - Method in class GetRecordsByCursorRequest
 
hashCode() - Method in class GetRecordsByCursorResponseBody
 
hashCode() - Method in class GetRecordsRequest
 
hashCode() - Method in class GetRecordsResponseBody
 
hashCode() - Method in class UpdateRecordAssigneesRequest
 
hashCode() - Method in class UpdateRecordAssigneesResponseBody
 
hashCode() - Method in class UpdateRecordRequest
 
hashCode() - Method in class UpdateRecordResponseBody
 
hashCode() - Method in class UpdateRecordsRequest
 
hashCode() - Method in class UpdateRecordsResponseBody
 
hashCode() - Method in class UpdateRecordStatusesRequest
 
hashCode() - Method in class UpdateRecordStatusesResponseBody
 
hashCode() - Method in class UpdateRecordStatusRequest
 
hashCode() - Method in class UpdateRecordStatusResponseBody
 
hashCode() - Method in class GetApiListResponseBody
 
hashCode() - Method in class GetApiSchemaResponseBody
 
hashCode() - Method in class AddGuestsRequest
 
hashCode() - Method in class AddSpaceFromTemplateRequest
 
hashCode() - Method in class AddSpaceFromTemplateResponseBody
 
hashCode() - Method in class AddThreadCommentRequest
 
hashCode() - Method in class AddThreadCommentResponseBody
 
hashCode() - Method in class DeleteGuestsRequest
 
hashCode() - Method in class DeleteSpaceRequest
 
hashCode() - Method in class GetSpaceMembersRequest
 
hashCode() - Method in class GetSpaceMembersResponseBody
 
hashCode() - Method in class GetSpaceRequest
 
hashCode() - Method in class GetSpaceResponseBody
 
hashCode() - Method in class UpdateSpaceBodyRequest
 
hashCode() - Method in class UpdateSpaceGuestsRequest
 
hashCode() - Method in class UpdateSpaceMembersRequest
 
hashCode() - Method in class UpdateThreadRequest
 
hashCode() - Method in class ActionId
 
hashCode() - Method in class App
 
hashCode() - Method in class AppAction
 
hashCode() - Method in class AppActionMapping
 
hashCode() - Method in class AppDeployStatus
 
hashCode() - Method in class AppFileIcon
 
hashCode() - Method in class AppPresetIcon
 
hashCode() - Method in class AppRightEntity
 
hashCode() - Method in class CustomizeBody
 
hashCode() - Method in class CustomizeFileResource
 
hashCode() - Method in class CustomizeUrlResource
 
hashCode() - Method in class DeployApp
 
hashCode() - Method in class EvaluatedFieldRightEntity
 
hashCode() - Method in class EvaluatedRecordRight
 
hashCode() - Method in class EvaluatedRecordRightEntity
 
hashCode() - Method in class CalcFieldProperty
 
hashCode() - Method in class CategoryFieldProperty
 
hashCode() - Method in class CheckBoxFieldProperty
 
hashCode() - Method in class CreatedTimeFieldProperty
 
hashCode() - Method in class CreatorFieldProperty
 
hashCode() - Method in class DateFieldProperty
 
hashCode() - Method in class DateTimeFieldProperty
 
hashCode() - Method in class DropDownFieldProperty
 
hashCode() - Method in class FieldMapping
 
hashCode() - Method in class FileFieldProperty
 
hashCode() - Method in class GroupFieldProperty
 
hashCode() - Method in class GroupSelectFieldProperty
 
hashCode() - Method in class LinkFieldProperty
 
hashCode() - Method in class LookupFieldProperty
 
hashCode() - Method in class LookupSetting
 
hashCode() - Method in class ModifierFieldProperty
 
hashCode() - Method in class MultiLineTextFieldProperty
 
hashCode() - Method in class MultiSelectFieldProperty
 
hashCode() - Method in class NumberFieldProperty
 
hashCode() - Method in class Option
 
hashCode() - Method in class OrganizationSelectFieldProperty
 
hashCode() - Method in class RadioButtonFieldProperty
 
hashCode() - Method in class RecordNumberFieldProperty
 
hashCode() - Method in class ReferenceTable
 
hashCode() - Method in class ReferenceTableCondition
 
hashCode() - Method in class ReferenceTableFieldProperty
 
hashCode() - Method in class RelatedApp
 
hashCode() - Method in class RichTextFieldProperty
 
hashCode() - Method in class SingleLineTextFieldProperty
 
hashCode() - Method in class StatusAssigneeFieldProperty
 
hashCode() - Method in class StatusFieldProperty
 
hashCode() - Method in class SubtableFieldProperty
 
hashCode() - Method in class TimeFieldProperty
 
hashCode() - Method in class UpdatedTimeFieldProperty
 
hashCode() - Method in class UserSelectFieldProperty
 
hashCode() - Method in class FieldRight
 
hashCode() - Method in class FieldRightEntity
 
hashCode() - Method in class GeneralNotification
 
hashCode() - Method in class FieldLayout
 
hashCode() - Method in class FieldSize
 
hashCode() - Method in class GroupLayout
 
hashCode() - Method in class RowLayout
 
hashCode() - Method in class SubtableLayout
 
hashCode() - Method in class NotificationTarget
 
hashCode() - Method in class PerRecordNotification
 
hashCode() - Method in class ProcessAction
 
hashCode() - Method in class ProcessAssignee
 
hashCode() - Method in class ProcessEntity
 
hashCode() - Method in class ProcessState
 
hashCode() - Method in class RecordRight
 
hashCode() - Method in class RecordRightEntity
 
hashCode() - Method in class ReminderNotification
 
hashCode() - Method in class ReminderTiming
 
hashCode() - Method in class AggregationGroup
 
hashCode() - Method in class AggregationSetting
 
hashCode() - Method in class AggregationSort
 
hashCode() - Method in class EveryDayPeriod
 
hashCode() - Method in class EveryHourPeriod
 
hashCode() - Method in class EveryMonthPeriod
 
hashCode() - Method in class EveryQuarterPeriod
 
hashCode() - Method in class EveryWeekPeriod
 
hashCode() - Method in class EveryYearPeriod
 
hashCode() - Method in class PeriodicReport
 
hashCode() - Method in class Report
 
hashCode() - Method in class ReportId
 
hashCode() - Method in class View
 
hashCode() - Method in class ViewId
 
hashCode() - Method in class BasicAuth
 
hashCode() - Method in class Entity
 
hashCode() - Method in class FileBody
 
hashCode() - Method in class Group
 
hashCode() - Method in class Organization
 
hashCode() - Method in class CalcFieldValue
 
hashCode() - Method in class CategoryFieldValue
 
hashCode() - Method in class CheckBoxFieldValue
 
hashCode() - Method in class CreatedTimeFieldValue
 
hashCode() - Method in class CreatorFieldValue
 
hashCode() - Method in class DateFieldValue
 
hashCode() - Method in class DateTimeFieldValue
 
hashCode() - Method in class DropDownFieldValue
 
hashCode() - Method in class FileFieldValue
 
hashCode() - Method in class GroupSelectFieldValue
 
hashCode() - Method in class LinkFieldValue
 
hashCode() - Method in class ModifierFieldValue
 
hashCode() - Method in class MultiLineTextFieldValue
 
hashCode() - Method in class MultiSelectFieldValue
 
hashCode() - Method in class NumberFieldValue
 
hashCode() - Method in class OrganizationSelectFieldValue
 
hashCode() - Method in class PostedRecordComment
 
hashCode() - Method in class RadioButtonFieldValue
 
hashCode() - Method in class RecordComment
 
hashCode() - Method in class RecordForUpdate
 
hashCode() - Method in class RecordNumberFieldValue
 
hashCode() - Method in class RecordRevision
 
hashCode() - Method in class RichTextFieldValue
 
hashCode() - Method in class SingleLineTextFieldValue
 
hashCode() - Method in class StatusAction
 
hashCode() - Method in class StatusAssigneeFieldValue
 
hashCode() - Method in class StatusFieldValue
 
hashCode() - Method in class SubtableFieldValue
 
hashCode() - Method in class TimeFieldValue
 
hashCode() - Method in class UpdatedTimeFieldValue
 
hashCode() - Method in class UpdateKey
 
hashCode() - Method in class UserSelectFieldValue
 
hashCode() - Method in class ApiSchemaLink
 
hashCode() - Method in class RequestSchema
 
hashCode() - Method in class ResponseSchema
 
hashCode() - Method in class Schema
 
hashCode() - Method in class AddedSpaceMember
 
hashCode() - Method in class AttachedApp
 
hashCode() - Method in class GuestUser
 
hashCode() - Method in class SpaceMember
 
hashCode() - Method in class ThreadComment
 
hashCode() - Method in class ThreadCommentFile
 
hashCode() - Method in class User
 
hasNext() - Method in class GetRecordsByCursorResponseBody
Tests whether there are more records that can be acquired from the cursor.
HttpResponse - Interface in com.kintone.client.model
An interface that represents a HTTP response.

I

IntervalType - Enum in com.kintone.client.model.app.report
An enum for representing the time interval types used to determine when to generate the Periodic Reports.
isAdmin() - Method in class AddedSpaceMember
The Space Admin settings of the Space member
isBuiltin() - Method in enum FieldType
 
isBuiltin() - Method in interface FieldValue
States whether the field is a built-in field.
isDeletable() - Method in class EvaluatedRecordRightEntity
The delete permissions of the specified record ID.
isEditable() - Method in class EvaluatedFieldRightEntity
The edit permissions of the field of the specified record ID.
isEditable() - Method in class EvaluatedRecordRightEntity
The edit permissions of the specified record ID.
isEnable() - Method in class GetProcessManagementPreviewResponseBody
The on/off settings of the process management settings.
isEnable() - Method in class GetProcessManagementResponseBody
The on/off settings of the process management settings.
isEndOfMonth() - Method in class EveryMonthPeriod
Checks whether the day when the Periodic Report will be generated is set to "END_OF_MONTH".
isEndOfMonth() - Method in class EveryQuarterPeriod
Checks whether the day when the Periodic Report will be generated is set to "END_OF_MONTH".
isFixedMember() - Method in class GetSpaceResponseBody
The "Block users from joining or leaving the space and following or unfollowing the threads." setting.
isGuest() - Method in class GetSpaceResponseBody
The Guest Space setting.
isImplicit() - Method in class AddedSpaceMember
If the Space Member is added as a User or not.
isIncludeSubs() - Method in class AddedSpaceMember
The "Include Affiliated Departments" setting of the Department Space Member.
isNewer() - Method in class GetRecordCommentsResponseBody
A boolean that indicates whether there are new comments.
isNext() - Method in class GetRecordsByCursorResponseBody
States whether there are more records that can be acquired from the cursor.
isNotifyToCommenter() - Method in class GetGeneralNotificationsPreviewResponseBody
Option to notify all commenters of a record when a comment is posted on that record.
isNotifyToCommenter() - Method in class GetGeneralNotificationsResponseBody
Option to notify all commenters of a record when a comment is posted on that record.
isOlder() - Method in class GetRecordCommentsResponseBody
A boolean that indicates whether there are old comments.
isPrivate() - Method in class GetSpaceResponseBody
The "Private" settings of the Space.
isReadable() - Method in enum FieldAccessibility
 
isShowAnnouncement() - Method in class GetSpaceResponseBody
Whether the "Announcement" widget in the Space Portal page is shown.
isShowAppList() - Method in class GetSpaceResponseBody
Whether the "Apps" widget in the Space Portal page is shown.
isShowMemberList() - Method in class GetSpaceResponseBody
Whether the "People" widget in the Space Portal page is shown.
isShowRelatedLinkList() - Method in class GetSpaceResponseBody
Whether the "Related Apps & Spaces" widget in the Space Portal page is shown.
isShowThreadList() - Method in class GetSpaceResponseBody
Whether the "Threads" widget in the Space Portal page is shown.
isUseMultiThread() - Method in class GetSpaceResponseBody
The "Enable multiple threads." setting.
isViewable() - Method in class EvaluatedFieldRightEntity
The view permissions of the field of the specified record ID.
isViewable() - Method in class EvaluatedRecordRightEntity
The view permissions of the specified record ID.
isWritable() - Method in enum FieldAccessibility
 

K

KintoneApi - Enum in com.kintone.client
An enum representing Kintone APIs.
KintoneApiRuntimeException - Exception in com.kintone.client.exception
An exception when Kintone returns a response other than HTTP 200 status.
KintoneApiRuntimeException(int, Map<String, Object>, String) - Constructor for exception KintoneApiRuntimeException
 
KintoneClient - Class in com.kintone.client
A KintoneClient is the client for operating Kintone APIs.
KintoneClientBuilder - Class in com.kintone.client
A builder for KintoneClient.
KintoneRequest - Interface in com.kintone.client.api
An interface representing the request object of Kintone APIs.
KintoneResponse<T extends KintoneResponseBody> - Class in com.kintone.client.api
An object containing the response data returned by Kintone APIs.
KintoneResponse(int, Map<String, Object>, T, String) - Constructor for class KintoneResponse
 
KintoneResponseBody - Interface in com.kintone.client.api
An interface representing the response body of Kintone APIs.
KintoneRuntimeException - Exception in com.kintone.client.exception
An exception when an unexpected error occurs inside Kintone client library.
KintoneRuntimeException() - Constructor for exception KintoneRuntimeException
 
KintoneRuntimeException(String) - Constructor for exception KintoneRuntimeException
 
KintoneRuntimeException(String, Throwable) - Constructor for exception KintoneRuntimeException
 

L

Layout - Interface in com.kintone.client.model.app.layout
An interface that represents field layouts for a row.
LayoutType - Enum in com.kintone.client.model.app.layout
This enum represents the type of rows in form layouts.
LinkFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Link field for getting and setting the field settings.
LinkFieldProperty() - Constructor for class LinkFieldProperty
 
LinkFieldValue - Class in com.kintone.client.model.record
A value object for a Link field.
LinkFieldValue(String) - Constructor for class LinkFieldValue
 
LinkProtocol - Enum in com.kintone.client.model.app.field
The Link type of a Link field.
LookupFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Lookup field for getting and setting the field settings.
LookupFieldProperty(FieldType) - Constructor for class LookupFieldProperty
 
LookupFieldProperty() - Constructor for class LookupFieldProperty
 
LookupSetting - Class in com.kintone.client.model.app.field
An object containing the settings of the Lookup field.
LookupSetting() - Constructor for class LookupSetting
 

M

ModifierFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Modifier field for getting and setting the field settings.
ModifierFieldProperty() - Constructor for class ModifierFieldProperty
 
ModifierFieldValue - Class in com.kintone.client.model.record
A value object for a Modifier field.
ModifierFieldValue(User) - Constructor for class ModifierFieldValue
 
MultiLineTextFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Text Area field for getting and setting the field settings.
MultiLineTextFieldProperty() - Constructor for class MultiLineTextFieldProperty
 
MultiLineTextFieldValue - Class in com.kintone.client.model.record
A value object for a Text Area field.
MultiLineTextFieldValue(String) - Constructor for class MultiLineTextFieldValue
 
MultiSelectFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Multi-choice field for getting and setting the field settings.
MultiSelectFieldProperty() - Constructor for class MultiSelectFieldProperty
 
MultiSelectFieldValue - Class in com.kintone.client.model.record
A value object for a Multi-choice field.
MultiSelectFieldValue(List<String>) - Constructor for class MultiSelectFieldValue
 
MultiSelectFieldValue(String...) - Constructor for class MultiSelectFieldValue
 

N

newFrom(Record) - Static method in class Record
Copies a record without built-in fields.
newFrom(TableRow) - Static method in class TableRow
Copies a row.
NotificationTarget - Class in com.kintone.client.model.app
An object representing a notification recipient setting.
NotificationTarget() - Constructor for class NotificationTarget
 
NumberFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Number field for getting and setting the field settings.
NumberFieldProperty() - Constructor for class NumberFieldProperty
 
NumberFieldValue - Class in com.kintone.client.model.record
A value object for a Number field.
NumberFieldValue(BigDecimal) - Constructor for class NumberFieldValue
 
NumberFieldValue(long) - Constructor for class NumberFieldValue
 

O

Option - Class in com.kintone.client.model.app.field
Settings of an option of Checkbox, Drop-down, Multi-choice and Radio button field.
Option() - Constructor for class Option
 
Order - Enum in com.kintone.client.model
An enum for representing ascending or descending order.
Organization - Class in com.kintone.client.model
An object representing a Department value.
Organization(String) - Constructor for class Organization
Constructor to create a department value used for editing Department Selection fields.
Organization(String, String) - Constructor for class Organization
 
OrganizationSelectFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Department Selection field for getting and setting the field settings.
OrganizationSelectFieldProperty() - Constructor for class OrganizationSelectFieldProperty
 
OrganizationSelectFieldValue - Class in com.kintone.client.model.record
A value object for a Department Selection field.
OrganizationSelectFieldValue(List<Organization>) - Constructor for class OrganizationSelectFieldValue
 
OrganizationSelectFieldValue(Organization...) - Constructor for class OrganizationSelectFieldValue
 

P

PeriodicReport - Class in com.kintone.client.model.app.report
An object containing the "Periodic Reports" options of a Graph.
PeriodicReport() - Constructor for class PeriodicReport
 
PeriodicReportPeriod - Interface in com.kintone.client.model.app.report
An interface for the "Period" options of the "Periodic Report".
PerRecordNotification - Class in com.kintone.client.model.app
An object representing the per record notification settings.
PerRecordNotification() - Constructor for class PerRecordNotification
 
PostedRecordComment - Class in com.kintone.client.model.record
A record comment information retrieved by Get Record Comments API.
PostedRecordComment(long, String, ZonedDateTime, User, List<Entity>) - Constructor for class PostedRecordComment
 
ProcessAction - Class in com.kintone.client.model.app
Action settings information for getting and updating the Process Management Settings.
ProcessAction() - Constructor for class ProcessAction
 
ProcessAssignee - Class in com.kintone.client.model.app
Assignee settings information for getting and updating the Process Management Settings.
ProcessAssignee() - Constructor for class ProcessAssignee
 
ProcessAssigneeType - Enum in com.kintone.client.model.app
 
ProcessEntity - Class in com.kintone.client.model.app
An entity in Assignee settings information.
ProcessEntity() - Constructor for class ProcessEntity
 
ProcessState - Class in com.kintone.client.model.app
Status settings information for getting and updating the Process Management Settings.
ProcessState() - Constructor for class ProcessState
 
putField(String, FieldValue) - Method in class Record
Set the value of a field.
putField(String, FieldValue) - Method in class TableRow
Set the value of a field.

Q

QuarterlyPattern - Enum in com.kintone.client.model.app.report
An enum for representing the months when the quarterly Periodic Report will be generated.

R

RadioButtonFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Radio button field for getting and setting the field settings.
RadioButtonFieldProperty() - Constructor for class RadioButtonFieldProperty
 
RadioButtonFieldValue - Class in com.kintone.client.model.record
A value object for a Radio button field.
RadioButtonFieldValue(String) - Constructor for class RadioButtonFieldValue
 
record() - Method in class KintoneClient
Get the client for record APIs.
Record - Class in com.kintone.client.model.record
A Record represents a Record data.
Record() - Constructor for class Record
Constructor for creating or updating a record.
Record(Long, Long) - Constructor for class Record
Constructor to set the ID and revision data.
RecordClient - Class in com.kintone.client
A client that operates record APIs.
RecordComment - Class in com.kintone.client.model.record
A record comment information to be posted by Add Record Comment API.
RecordComment(String) - Constructor for class RecordComment
 
RecordComment() - Constructor for class RecordComment
 
RecordComment(String, List<Entity>) - Constructor for class RecordComment
 
RecordForUpdate - Class in com.kintone.client.model.record
An object that stores information for updating a record.
RecordForUpdate(long, Record) - Constructor for class RecordForUpdate
 
RecordForUpdate(long, Record, long) - Constructor for class RecordForUpdate
 
RecordForUpdate(UpdateKey, Record) - Constructor for class RecordForUpdate
 
RecordForUpdate(UpdateKey, Record, long) - Constructor for class RecordForUpdate
 
RecordNumberFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Record number field for getting and setting the field settings.
RecordNumberFieldProperty() - Constructor for class RecordNumberFieldProperty
 
RecordNumberFieldValue - Class in com.kintone.client.model.record
A value object for a Record number field.
RecordNumberFieldValue(String) - Constructor for class RecordNumberFieldValue
 
RecordRevision - Class in com.kintone.client.model.record
A value that contains the record ID and the revision, returned by Update Records API and Update Record Statuses API.
RecordRevision(long, long) - Constructor for class RecordRevision
 
RecordRight - Class in com.kintone.client.model.app
A Record permission of a record.
RecordRight() - Constructor for class RecordRight
 
RecordRightEntity - Class in com.kintone.client.model.app
An object representing the entity and the permitted record operations to it.
RecordRightEntity() - Constructor for class RecordRightEntity
 
ReferenceTable - Class in com.kintone.client.model.app.field
An object containing the settings of the Related Records field.
ReferenceTable() - Constructor for class ReferenceTable
 
ReferenceTableCondition - Class in com.kintone.client.model.app.field
An object containing data of the field mappings for a Related Records field.
ReferenceTableCondition() - Constructor for class ReferenceTableCondition
 
ReferenceTableFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Related Records field for getting and setting the field settings.
ReferenceTableFieldProperty() - Constructor for class ReferenceTableFieldProperty
 
registerAddRecord(AddRecordRequest) - Method in class BulkRequestsRequest
Add a request of Add Record API.
registerAddRecords(AddRecordsRequest) - Method in class BulkRequestsRequest
Add a request of Add Records API.
registerDeleteRecords(DeleteRecordsRequest) - Method in class BulkRequestsRequest
Add a request of Delete Records API.
registerUpdateRecord(UpdateRecordRequest) - Method in class BulkRequestsRequest
Add a request of Update Record API.
registerUpdateRecordAssignees(UpdateRecordAssigneesRequest) - Method in class BulkRequestsRequest
Add a request of Update Record Assignees API.
registerUpdateRecords(UpdateRecordsRequest) - Method in class BulkRequestsRequest
Add a request of Update Records API.
registerUpdateRecordStatus(UpdateRecordStatusRequest) - Method in class BulkRequestsRequest
Add a request of Update Record Status API.
registerUpdateRecordStatuses(UpdateRecordStatusesRequest) - Method in class BulkRequestsRequest
Add a request of Update Record Statuses API.
RelatedApp - Class in com.kintone.client.model.app.field
An object containing data of a related App.
RelatedApp() - Constructor for class RelatedApp
 
ReminderNotification - Class in com.kintone.client.model.app
An object representing the reminder notification settings.
ReminderNotification() - Constructor for class ReminderNotification
 
ReminderTiming - Class in com.kintone.client.model.app
An object representing the settings of reminder timing.
ReminderTiming() - Constructor for class ReminderTiming
 
removeField(String) - Method in class Record
Remove a field from the record object.
removeField(String) - Method in class TableRow
Remove a field from the row object.
Report - Class in com.kintone.client.model.app.report
An object containing settings of a Graph.
Report() - Constructor for class Report
 
ReportId - Class in com.kintone.client.model.app.report
Created or updated graph ID returned by Update Graphs API.
ReportId(long) - Constructor for class ReportId
 
RequestSchema - Class in com.kintone.client.model.schema
A schema information for an API request, which retrieved by Get API Schema API.
RequestSchema(Map<String, Object>, String, List<String>) - Constructor for class RequestSchema
 
ResponseSchema - Class in com.kintone.client.model.schema
A schema information for an API response, which retrieved by Get API Schema API.
ResponseSchema(Map<String, Object>, String, List<String>) - Constructor for class ResponseSchema
 
revertApp(long) - Method in class AppClient
Cancel all changes made to the pre-live settings.
revertApp(long, Long) - Method in class AppClient
Cancel all changes made to the pre-live settings.
RichTextFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Rich text field for getting and setting the field settings.
RichTextFieldProperty() - Constructor for class RichTextFieldProperty
 
RichTextFieldValue - Class in com.kintone.client.model.record
A value object for a Rich text field.
RichTextFieldValue(String) - Constructor for class RichTextFieldValue
 
RowLayout - Class in com.kintone.client.model.app.layout
A layout information corresponding to a row.
RowLayout() - Constructor for class RowLayout
 

S

schema() - Method in class KintoneClient
Get the client for schema APIs.
Schema - Class in com.kintone.client.model.schema
The schema information common within all APIs, which retrieved by Get API Schema API.
Schema(Map<String, Object>, String, List<String>) - Constructor for class Schema
 
SchemaClient - Class in com.kintone.client
A client that operates schema APIs.
setAccessibility(FieldAccessibility) - Method in class FieldRightEntity
The permission granted to the entity.
setAction(String) - Method in class UpdateRecordStatusRequest
The Action name of the action to run (required).
setAction(String) - Method in class StatusAction
The Action name of the action to run (required).
setActions(Map<String, AppAction>) - Method in class UpdateAppActionsRequest
An object listing Action settings.
setActions(List<ProcessAction>) - Method in class UpdateProcessManagementRequest
A list containing data of the Actions (optional).
setActive(Boolean) - Method in class PeriodicReport
The activation status of the "Periodic Reports" option.
setAggregations(List<AggregationSetting>) - Method in class Report
An array of objects containing the "Function" options.
setAlign(Alignment) - Method in class CheckBoxFieldProperty
The layout of the options.
setAlign(Alignment) - Method in class RadioButtonFieldProperty
The layout of the options.
setApp(Long) - Method in class AddFormFieldsRequest
The App ID (required).
setApp(Long) - Method in class DeleteFormFieldsRequest
The App ID (required).
setApp(Long) - Method in class EvaluateRecordAclRequest
The App ID (required).
setApp(Long) - Method in class GetAppAclPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetAppAclRequest
The App ID (required).
setApp(Long) - Method in class GetAppActionsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetAppActionsRequest
The App ID (required).
setApp(Long) - Method in class GetAppCustomizePreviewRequest
The App ID (required).
setApp(Long) - Method in class GetAppCustomizeRequest
The App ID (required).
setApp(Long) - Method in class GetAppSettingsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetAppSettingsRequest
The App ID (required).
setApp(Long) - Method in class GetFieldAclPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetFieldAclRequest
The App ID (required).
setApp(Long) - Method in class GetFormFieldsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetFormFieldsRequest
The App ID (required).
setApp(Long) - Method in class GetFormLayoutPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetFormLayoutRequest
The App ID (required).
setApp(Long) - Method in class GetGeneralNotificationsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetGeneralNotificationsRequest
The App ID (required).
setApp(Long) - Method in class GetPerRecordNotificationsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetPerRecordNotificationsRequest
The App ID (required).
setApp(Long) - Method in class GetProcessManagementPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetProcessManagementRequest
The App ID (required).
setApp(Long) - Method in class GetRecordAclPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetRecordAclRequest
The App ID (required).
setApp(Long) - Method in class GetReminderNotificationsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetReminderNotificationsRequest
The App ID (required).
setApp(Long) - Method in class GetReportsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetReportsRequest
The App ID (required).
setApp(Long) - Method in class GetViewsPreviewRequest
The App ID (required).
setApp(Long) - Method in class GetViewsRequest
The App ID (required).
setApp(Long) - Method in class UpdateAppAclRequest
The App ID (required).
setApp(Long) - Method in class UpdateAppActionsRequest
The App ID (required).
setApp(Long) - Method in class UpdateAppCustomizeRequest
The App ID (required).
setApp(Long) - Method in class UpdateAppSettingsRequest
The App ID (required).
setApp(Long) - Method in class UpdateFieldAclRequest
The App ID (required).
setApp(Long) - Method in class UpdateFormFieldsRequest
The App ID (required).
setApp(Long) - Method in class UpdateFormLayoutRequest
The App ID (required).
setApp(Long) - Method in class UpdateGeneralNotificationsRequest
The App ID (required).
setApp(Long) - Method in class UpdatePerRecordNotificationsRequest
The App ID (required).
setApp(Long) - Method in class UpdateProcessManagementRequest
The App ID.
setApp(Long) - Method in class UpdateRecordAclRequest
The App ID (required).
setApp(Long) - Method in class UpdateReminderNotificationsRequest
The App ID (required).
setApp(Long) - Method in class UpdateReportsRequest
The App ID (required).
setApp(Long) - Method in class UpdateViewsRequest
The App ID (required).
setApp(Long) - Method in class AddRecordCommentRequest
The App ID (required).
setApp(Long) - Method in class AddRecordRequest
The App ID (required).
setApp(Long) - Method in class AddRecordsRequest
The App ID (required).
setApp(Long) - Method in class CreateCursorRequest
The App ID (required).
setApp(Long) - Method in class DeleteRecordCommentRequest
The App ID (required).
setApp(Long) - Method in class DeleteRecordsRequest
The App ID (required).
setApp(Long) - Method in class GetRecordCommentsRequest
The App ID (required).
setApp(Long) - Method in class GetRecordRequest
The App ID (required).
setApp(Long) - Method in class GetRecordsRequest
The App ID (required).
setApp(Long) - Method in class UpdateRecordAssigneesRequest
The App ID (required).
setApp(Long) - Method in class UpdateRecordRequest
The App ID (required).
setApp(Long) - Method in class UpdateRecordsRequest
The App ID (required).
setApp(Long) - Method in class UpdateRecordStatusesRequest
The App ID (required).
setApp(Long) - Method in class UpdateRecordStatusRequest
The App ID (required).
setApp(Long) - Method in class DeployApp
The App ID (required).
setApp(Long) - Method in class RelatedApp
The App ID of the related App.
setAppEditable(Boolean) - Method in class AppRightEntity
The App management permission of the entity.
setAppendixUserAgent(String) - Method in class KintoneClientBuilder
Sets the additional user agent string.
setApps(List<DeployApp>) - Method in class DeployAppRequest
The list of Apps to deploy the pre-live settings to the live Apps (required).
setApps(List<Long>) - Method in class GetDeployStatusRequest
The list of Apps to check the deploy statuses of (required).
setAssignee(String) - Method in class UpdateRecordStatusRequest
The next Assignee (optional).
setAssignee(ProcessAssignee) - Method in class ProcessState
An object containing data of the Assignee settings.
setAssignee(String) - Method in class StatusAction
The next Assignee (optional).
setAssignees(List<String>) - Method in class UpdateRecordAssigneesRequest
The user code(s) (log in names) of the Assignee(s) (required).
setBody(String) - Method in class UpdateSpaceBodyRequest
The contents of the body as an HTML string (required).
setBody(String) - Method in class UpdateThreadRequest
The contents of the Thread body (optional).
setBuiltinType(BuiltinType) - Method in class View
The type of the built-in View.
setBy(AggregationSortTarget) - Method in class AggregationSort
The setting how the graph is sorted.
setCallto(String) - Method in class GuestUser
The Skype Name of the Guest user.
setChartMode(ChartMode) - Method in class Report
The display mode of the graph.
setChartType(ChartType) - Method in class Report
The chart type of the graph.
setCode(String) - Method in class CalcFieldProperty
The field code of the field.
setCode(String) - Method in class CategoryFieldProperty
The field code of the field.
setCode(String) - Method in class CheckBoxFieldProperty
The field code of the field.
setCode(String) - Method in class CreatedTimeFieldProperty
The field code of the field.
setCode(String) - Method in class CreatorFieldProperty
The field code of the field.
setCode(String) - Method in class DateFieldProperty
The field code of the field.
setCode(String) - Method in class DateTimeFieldProperty
The field code of the field.
setCode(String) - Method in class DropDownFieldProperty
The field code of the field.
setCode(String) - Method in class FileFieldProperty
The field code of the field.
setCode(String) - Method in class GroupFieldProperty
The field code of the field.
setCode(String) - Method in class GroupSelectFieldProperty
The field code of the field.
setCode(String) - Method in class LinkFieldProperty
The field code of the field.
setCode(String) - Method in class LookupFieldProperty
The field code of the field.
setCode(String) - Method in class ModifierFieldProperty
The field code of the field.
setCode(String) - Method in class MultiLineTextFieldProperty
The field code of the field.
setCode(String) - Method in class MultiSelectFieldProperty
The field code of the field.
setCode(String) - Method in class NumberFieldProperty
The field code of the field.
setCode(String) - Method in class OrganizationSelectFieldProperty
The field code of the field.
setCode(String) - Method in class RadioButtonFieldProperty
The field code of the field.
setCode(String) - Method in class RecordNumberFieldProperty
The field code of the field.
setCode(String) - Method in class ReferenceTableFieldProperty
The field code of the field.
setCode(String) - Method in class RelatedApp
The App Code of the related App.
setCode(String) - Method in class RichTextFieldProperty
The field code of the field.
setCode(String) - Method in class SingleLineTextFieldProperty
The field code of the field.
setCode(String) - Method in class StatusAssigneeFieldProperty
The field code of the field.
setCode(String) - Method in class StatusFieldProperty
The field code of the field.
setCode(String) - Method in class SubtableFieldProperty
The field code of the field.
setCode(String) - Method in class TimeFieldProperty
The field code of the field.
setCode(String) - Method in class UpdatedTimeFieldProperty
The field code of the field.
setCode(String) - Method in class UserSelectFieldProperty
The field code of the field.
setCode(String) - Method in class FieldRight
The field code of a field that has permission settings.
setCode(String) - Method in class FieldLayout
The field code.
setCode(String) - Method in class GroupLayout
The field code of the Group field.
setCode(String) - Method in class SubtableLayout
The field code of the Table field.
setCode(String) - Method in class ReminderTiming
The field code of the field used to determine the Reminder notification's timing.
setCode(String) - Method in class AggregationGroup
The field code of the field used to determine the "Group by" option.
setCode(String) - Method in class AggregationSetting
The field code of the field used in the "Function" option of the Graph.
setCode(String) - Method in class GuestUser
The email address (log in name) of the Guest user.
setCodes(List<String>) - Method in class GetAppsRequest
The App Code.
setComment(RecordComment) - Method in class AddRecordCommentRequest
An object including comment details (required).
setComment(Long) - Method in class DeleteRecordCommentRequest
The Comment ID (required).
setComment(ThreadComment) - Method in class AddThreadCommentRequest
An object including comment details (required).
setCommentAdded(Boolean) - Method in class GeneralNotification
Option to notify the entity when a comment is posted.
setCompany(String) - Method in class GuestUser
The Company name to display on the Guest User's profile.
setCondition(ReferenceTableCondition) - Method in class ReferenceTable
An object containing data of the "Fetch Criteria" setting.
setConnectionRequestTimeout(int) - Method in class KintoneClientBuilder
Sets the connection request timeout in milliseconds.
setConnectionTimeout(int) - Method in class KintoneClientBuilder
Sets the connection timeout in milliseconds.
setContent(InputStream) - Method in class UploadFileRequest
The content data stream of the file (required).
setContentType(String) - Method in class UploadFileRequest
The MIME type of the file (required).
setContentType(String) - Method in class FileBody
The MIME type of the file.
setCss(List<CustomizeResource>) - Method in class CustomizeBody
A list of CSS files or URLs.
setDate(String) - Method in class View
Used for Calendar Views.
setDayOfMonth(int) - Method in class EveryMonthPeriod
Sets the setting of day when the Periodic Report will be generated.
setDayOfMonth(int) - Method in class EveryQuarterPeriod
Sets the setting of day when the Periodic Report will be generated.
setDayOfMonth(Integer) - Method in class EveryYearPeriod
The day when the Periodic Report will be generated.
setDayOfWeek(DayOfWeek) - Method in class EveryWeekPeriod
The day of the week when the Periodic Report will be generated.
setDaysLater(Integer) - Method in class ReminderTiming
The number of days after the ReminderTiming.code filed value (date or datetime) when the Reminder notification is sent.
setDefaultNowValue(Boolean) - Method in class DateFieldProperty
The "Default to the record creation date" option.
setDefaultNowValue(Boolean) - Method in class DateTimeFieldProperty
The "Default to the record creation date" option.
setDefaultNowValue(Boolean) - Method in class TimeFieldProperty
The "Default to the record creation date" option.
setDefaultValue(List<String>) - Method in class CheckBoxFieldProperty
The default value.
setDefaultValue(LocalDate) - Method in class DateFieldProperty
The default value.
setDefaultValue(LocalDateTime) - Method in class DateTimeFieldProperty
The default value.
setDefaultValue(String) - Method in class DropDownFieldProperty
The default value.
setDefaultValue(List<Entity>) - Method in class GroupSelectFieldProperty
The default value.
setDefaultValue(String) - Method in class LinkFieldProperty
The default value.
setDefaultValue(String) - Method in class MultiLineTextFieldProperty
The default value.
setDefaultValue(List<String>) - Method in class MultiSelectFieldProperty
The default value.
setDefaultValue(BigDecimal) - Method in class NumberFieldProperty
The default value.
setDefaultValue(List<Entity>) - Method in class OrganizationSelectFieldProperty
The default value.
setDefaultValue(String) - Method in class RadioButtonFieldProperty
The default value.
setDefaultValue(String) - Method in class RichTextFieldProperty
The default value.
setDefaultValue(String) - Method in class SingleLineTextFieldProperty
The default value.
setDefaultValue(LocalTime) - Method in class TimeFieldProperty
The default value.
setDefaultValue(List<Entity>) - Method in class UserSelectFieldProperty
The default value.
setDeletable(Boolean) - Method in class RecordRightEntity
The delete permission of the entity.
setDescription(String) - Method in class UpdateAppSettingsRequest
The App description (optional).
setDesktop(CustomizeBody) - Method in class UpdateAppCustomizeRequest
An object containing data of JavaScript and CSS files for the desktop (optional).
setDestApp(RelatedApp) - Method in class AppAction
An object containing the Target option that specifies the destination app where data is to be copied.
setDestField(String) - Method in class AppActionMapping
The field code of the field specified in the "Field Mappings" options as the destination.
setDevice(Device) - Method in class View
The scope of where the view is displayed.
setDigit(Boolean) - Method in class NumberFieldProperty
The "Use thousands separators" option.
setDisplayFields(List<String>) - Method in class ReferenceTable
A list of field codes of fields specified in the "Datasource App Fields to Display" setting.
setDisplayScale(Long) - Method in class CalcFieldProperty
The number of decimal places to display for the field.
setDisplayScale(Long) - Method in class NumberFieldProperty
The number of decimal places to display for the field.
setDivision(String) - Method in class GuestUser
The Department name to display on the Guest User's profile.
setEditable(Boolean) - Method in class RecordRightEntity
The edit permission of the entity.
setElementId(String) - Method in class FieldLayout
The element ID of the Space field.
setEnable(Boolean) - Method in class UpdateProcessManagementRequest
The on/off settings of the process management settings (optional).
setEnabled(Boolean) - Method in class CategoryFieldProperty
Whether the category feature is enabled.
setEnabled(Boolean) - Method in class StatusAssigneeFieldProperty
Whether the process management feature is enabled.
setEnabled(Boolean) - Method in class StatusFieldProperty
Whether the process management feature is enabled.
setEndOfMonth() - Method in class EveryMonthPeriod
Sets the setting of day when the Periodic Report will be generated to "END_OF_MONTH".
setEndOfMonth() - Method in class EveryQuarterPeriod
Sets the setting of day when the Periodic Report will be generated to "END_OF_MONTH".
setEntities(List<Entity>) - Method in class AppAction
An array of objects containing the entities the Action is granted to.
setEntities(List<Entity>) - Method in class GroupSelectFieldProperty
A list containing the preset users for the field.
setEntities(List<Entity>) - Method in class OrganizationSelectFieldProperty
A list containing the preset users for the field.
setEntities(List<Entity>) - Method in class UserSelectFieldProperty
A list containing the preset users for the field.
setEntities(List<FieldRightEntity>) - Method in class FieldRight
A list of the entities that the permissions are granted to, in order of priority.
setEntities(List<ProcessEntity>) - Method in class ProcessAssignee
A list of the Assignees.
setEntities(List<RecordRightEntity>) - Method in class RecordRight
A list of the entities that the permissions are granted to.
setEntity(Entity) - Method in class AppRightEntity
An object containing data of the entity the permission is granted to.
setEntity(Entity) - Method in class FieldRightEntity
An object containing data of the entity the permission is granted to.
setEntity(Entity) - Method in class GeneralNotification
An object containing data of the entity the General Notification settings are configured to.
setEntity(Entity) - Method in class NotificationTarget
An object containing entity details per recipient of the notification.
setEntity(Entity) - Method in class ProcessEntity
An object containing user data of the Assignees.
setEntity(Entity) - Method in class RecordRightEntity
An object containing data of the entity the permissions are granted to.
setEntity(Entity) - Method in class SpaceMember
The entity information of the Space member.
setExpression(String) - Method in class CalcFieldProperty
The formula expression used in the field.
setExpression(String) - Method in class SingleLineTextFieldProperty
The formula expression used in the field.
setField(String) - Method in class FieldMapping
The field code of the field set for the mapping endpoint.
setField(String) - Method in class ReferenceTableCondition
The field code of the field selected for "Field in this app".
setField(String) - Method in class UpdateKey
The field code of the unique key (required).
setFieldMappings(List<FieldMapping>) - Method in class LookupSetting
A list of data set for the "Field Mappings" setting.
setFields(List<String>) - Method in class DeleteFormFieldsRequest
The list of field codes of the fields to delete (required).
setFields(List<String>) - Method in class CreateCursorRequest
The field codes to be included in the response when using the Get Cursor API (optional).
setFields(List<String>) - Method in class GetRecordsRequest
The field codes to be included in the response (optional).
setFields(Map<String, FieldProperty>) - Method in class SubtableFieldProperty
An object containing data of fields in a table.
setFields(List<FieldLayout>) - Method in class RowLayout
A list of fields in the row.
setFields(List<FieldLayout>) - Method in class SubtableLayout
A list of fields in the row.
setFields(List<String>) - Method in class View
Used for List Views.
setFile(FileBody) - Method in class AppFileIcon
An object containing information of uploaded icon files.
setFile(FileBody) - Method in class CustomizeFileResource
The information of uploaded file.
setFileImported(Boolean) - Method in class GeneralNotification
Option to notify the entity when a file is imported.
setFileKey(String) - Method in class DownloadFileRequest
The identifier of the file to download (required).
setFileKey(String) - Method in class FileBody
The fileKey of the file.
setFileKey(String) - Method in class ThreadCommentFile
The fileKey of the attachment file.
setFilename(String) - Method in class UploadFileRequest
The name of the file (required).
setFiles(List<ThreadCommentFile>) - Method in class ThreadComment
A list of attachment files.
setFilterCond(String) - Method in class LookupSetting
The default filter query for the "Filter" setting.
setFilterCond(String) - Method in class ReferenceTable
The "Filter" setting, in a query format.
setFilterCond(String) - Method in class PerRecordNotification
The record's filter condition in query string format.
setFilterCond(String) - Method in class ProcessAction
The branch criteria of the action.
setFilterCond(String) - Method in class RecordRight
The filter condition in a query format.
setFilterCond(String) - Method in class ReminderNotification
The record's filter condition in query string format.
setFilterCond(String) - Method in class Report
The filter condition in a query format.
setFilterCond(String) - Method in class View
The filter condition in a query format.
setFixedMember(Boolean) - Method in class AddSpaceFromTemplateRequest
If true, users will not be able to join/leave the Space or follow/unfollow threads (optional).
setFormat(DisplayFormat) - Method in class CalcFieldProperty
The display format for fields with calculations
setFrom(String) - Method in class ProcessAction
The status before taking action.
setGivenNameReading(String) - Method in class GuestUser
The Phonetic Given Name settings of the Guest User.
setGroups(List<AggregationGroup>) - Method in class Report
An array of objects containing the "Group by" options.
setGuests(List<GuestUser>) - Method in class AddGuestsRequest
A list of Guest user data (required).
setGuests(List<String>) - Method in class DeleteGuestsRequest
A list of email addresses of Guest users (required).
setGuests(List<String>) - Method in class UpdateSpaceGuestsRequest
A list of email addresses of Guest users (required).
setGuestSpaceId(long) - Method in class KintoneClientBuilder
Sets the Guest Space ID for specifying the operating Guest Space.
setHeight(Integer) - Method in class FieldSize
The height of the field in pixels, including the height of the field name.
setHideExpression(Boolean) - Method in class CalcFieldProperty
The "Hide formula" settings for the field.
setHideExpression(Boolean) - Method in class SingleLineTextFieldProperty
The "Hide formula" settings for the field.
setHoursLater(Integer) - Method in class ReminderTiming
The number of hours after the ReminderTiming.code filed value (datetime), shifted by daysLater, when the Reminder notification is sent.
setHtml(String) - Method in class View
Used for Custom Views.
setIcon(AppIcon) - Method in class UpdateAppSettingsRequest
An object containing information of the App icon (optional).
setId(Long) - Method in class GetAppRequest
The App ID (required).
setId(String) - Method in class DeleteCursorRequest
The cursor ID (required).
setId(Long) - Method in class GetRecordRequest
The record ID (required).
setId(String) - Method in class GetRecordsByCursorRequest
The cursor ID (required).
setId(Long) - Method in class UpdateRecordAssigneesRequest
The record ID (required).
setId(Long) - Method in class UpdateRecordRequest
The Record ID of the record to be updated.
setId(Long) - Method in class UpdateRecordStatusRequest
The record ID (required).
setId(Long) - Method in class AddSpaceFromTemplateRequest
The Space Template ID (required).
setId(Long) - Method in class DeleteSpaceRequest
The Space ID (required).
setId(Long) - Method in class GetSpaceMembersRequest
The Space ID (required).
setId(Long) - Method in class GetSpaceRequest
The Space ID (required).
setId(Long) - Method in class UpdateSpaceBodyRequest
The Space ID (required).
setId(Long) - Method in class UpdateSpaceGuestsRequest
The Guest Space ID (required).
setId(Long) - Method in class UpdateSpaceMembersRequest
The Space ID (required).
setId(Long) - Method in class UpdateThreadRequest
The Thread ID (required).
setId(Long) - Method in class AppAction
The ID of the Action.
setId(Long) - Method in class Report
The ID of the graph.
setId(Long) - Method in class View
The View ID.
setId(Long) - Method in class StatusAction
The Record ID (required).
setIds(List<Long>) - Method in class EvaluateRecordAclRequest
The list of record IDs that will be evaluated (required).
setIds(List<Long>) - Method in class GetAppsRequest
The App IDs.
setIds(List<Long>) - Method in class DeleteRecordsRequest
A list of record IDs that will be deleted (required).
setImage(String) - Method in class GuestUser
The profile image of the Guest user.
setIncludeSubs(Boolean) - Method in class AppRightEntity
The permission inheritance settings of the department the permission is granted to.
setIncludeSubs(Boolean) - Method in class FieldRightEntity
The permission inheritance settings of the department the permission is granted to.
setIncludeSubs(Boolean) - Method in class GeneralNotification
The "Include affiliated departments" setting of the Department.
setIncludeSubs(Boolean) - Method in class NotificationTarget
The "Include affiliated departments" setting of the Department.
setIncludeSubs(Boolean) - Method in class ProcessEntity
The "Include affiliated departments" settings of the department.
setIncludeSubs(Boolean) - Method in class RecordRightEntity
The permission inheritance settings of the department the permissions are granted to.
setIncludeSubs(Boolean) - Method in class SpaceMember
The "Include Affiliated Departments" settings of the department.
setIndex(Long) - Method in class AppAction
The order of the Action, starting from 0.
setIndex(Long) - Method in class Option
The display order (ascending) of the option, when listed with the other options.
setIndex(String) - Method in class ProcessState
The display order (ascending) of the Status, when listed with the other statuses.
setIndex(Long) - Method in class Report
The order of the graph.
setIndex(Long) - Method in class View
The display order of the View, in the list of views, specified with a number.
setInnerHeight(Integer) - Method in class FieldSize
The height of the field in pixels, excluding the height of the field name.
setIsAdmin(Boolean) - Method in class SpaceMember
The Space Administration settings of the user.
setIsGuest(Boolean) - Method in class AddSpaceFromTemplateRequest
true to make the Space as a Guest Space (optional).
setIsPrivate(Boolean) - Method in class AddSpaceFromTemplateRequest
The Space is a Private Space or not (optional).
setJs(List<CustomizeResource>) - Method in class CustomizeBody
A list of JavaScript files or URLs.
setKey(String) - Method in class AppPresetIcon
The key identifier of the icon.
setLabel(String) - Method in class CalcFieldProperty
The field name.
setLabel(String) - Method in class CategoryFieldProperty
The field name.
setLabel(String) - Method in class CheckBoxFieldProperty
The field name.
setLabel(String) - Method in class CreatedTimeFieldProperty
The field name.
setLabel(String) - Method in class CreatorFieldProperty
The field name.
setLabel(String) - Method in class DateFieldProperty
The field name.
setLabel(String) - Method in class DateTimeFieldProperty
The field name.
setLabel(String) - Method in class DropDownFieldProperty
The field name.
setLabel(String) - Method in class FileFieldProperty
The field name.
setLabel(String) - Method in class GroupFieldProperty
The field name.
setLabel(String) - Method in class GroupSelectFieldProperty
The field name.
setLabel(String) - Method in class LinkFieldProperty
The field name.
setLabel(String) - Method in class LookupFieldProperty
The field name.
setLabel(String) - Method in class ModifierFieldProperty
The field name.
setLabel(String) - Method in class MultiLineTextFieldProperty
The field name.
setLabel(String) - Method in class MultiSelectFieldProperty
The field name.
setLabel(String) - Method in class NumberFieldProperty
The field name.
setLabel(String) - Method in class Option
The display name of the option.
setLabel(String) - Method in class OrganizationSelectFieldProperty
The field name.
setLabel(String) - Method in class RadioButtonFieldProperty
The field name.
setLabel(String) - Method in class RecordNumberFieldProperty
The field name.
setLabel(String) - Method in class ReferenceTableFieldProperty
The field name.
setLabel(String) - Method in class RichTextFieldProperty
The field name.
setLabel(String) - Method in class SingleLineTextFieldProperty
The field name.
setLabel(String) - Method in class StatusAssigneeFieldProperty
The field name.
setLabel(String) - Method in class StatusFieldProperty
The field name.
setLabel(String) - Method in class SubtableFieldProperty
The field name.
setLabel(String) - Method in class TimeFieldProperty
The field name.
setLabel(String) - Method in class UpdatedTimeFieldProperty
The field name.
setLabel(String) - Method in class UserSelectFieldProperty
The field name.
setLabel(String) - Method in class FieldLayout
The text set in the Label field.
setLang(String) - Method in class GetAppActionsPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetAppActionsRequest
The localization language setting (optional).
setLang(String) - Method in class GetAppSettingsPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetAppSettingsRequest
The localization language setting (optional).
setLang(String) - Method in class GetFormFieldsPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetFormFieldsRequest
The localization language setting (optional).
setLang(String) - Method in class GetPerRecordNotificationsPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetPerRecordNotificationsRequest
The localization language setting (optional).
setLang(String) - Method in class GetProcessManagementPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetProcessManagementRequest
The localization language setting (optional).
setLang(String) - Method in class GetRecordAclPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetRecordAclRequest
The localization language setting (optional).
setLang(String) - Method in class GetReminderNotificationsPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetReminderNotificationsRequest
The localization language setting (optional).
setLang(String) - Method in class GetReportsPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetReportsRequest
The localization language setting (optional).
setLang(String) - Method in class GetViewsPreviewRequest
The localization language setting (optional).
setLang(String) - Method in class GetViewsRequest
The localization language setting (optional).
setLayout(List<Layout>) - Method in class UpdateFormLayoutRequest
A list of field layouts for each row (required).
setLayout(List<Layout>) - Method in class GroupLayout
A list of field layouts for each row inside a Group field.
setLimit(Long) - Method in class GetAppsRequest
The number of Apps to retrieve.
setLimit(Long) - Method in class GetRecordCommentsRequest
The number of records to retrieve (optional).
setLocale(String) - Method in class GuestUser
The language settings of the Guest user.
setLookup(LookupSetting) - Method in class LookupFieldProperty
An object containing the settings of the Lookup field.
setLookupPickerFields(List<String>) - Method in class LookupSetting
A list of field codes of fields set for the "Fields Shown in Lookup Picker" setting.
setMappings(List<AppActionMapping>) - Method in class AppAction
An array of objects containing the "Field Mappings" options.
setMaxLength(Long) - Method in class LinkFieldProperty
The maximum number of digits for the field.
setMaxLength(Long) - Method in class SingleLineTextFieldProperty
The maximum number of digits for the field.
setMaxValue(BigDecimal) - Method in class NumberFieldProperty
The maximum number of characters for the field
setMembers(List<SpaceMember>) - Method in class AddSpaceFromTemplateRequest
A list of members of the Space (required).
setMembers(List<SpaceMember>) - Method in class UpdateSpaceMembersRequest
A list of members of the Space (required).
setMentions(List<Entity>) - Method in class RecordComment
A list including information to mention other users (optional).
setMentions(List<Entity>) - Method in class ThreadComment
A list of mentioned users, groups or departments, that notify other kintone users.
setMinLength(Long) - Method in class LinkFieldProperty
The minimum number of digits for the field.
setMinLength(Long) - Method in class SingleLineTextFieldProperty
The minimum number of digits for the field.
setMinute(Integer) - Method in class EveryHourPeriod
The minute when the hourly Periodic Report will be generated.
setMinValue(BigDecimal) - Method in class NumberFieldProperty
The minimum number of characters for the field.
setMobile(CustomizeBody) - Method in class UpdateAppCustomizeRequest
An object containing data of JavaScript and CSS files for the mobile (optional).
setMonth(Integer) - Method in class EveryYearPeriod
The month when the Periodic Report will be generated.
setName(String) - Method in class AddAppRequest
The App name (required).
setName(String) - Method in class GetAppsRequest
The App Name.
setName(String) - Method in class UpdateAppSettingsRequest
The App name (optional).
setName(String) - Method in class AddSpaceFromTemplateRequest
The name of the Space (required).
setName(String) - Method in class UpdateThreadRequest
The new name of the Thread (optional).
setName(String) - Method in class AppAction
The name of the Action.
setName(String) - Method in class ProcessAction
The Action name.
setName(String) - Method in class ProcessState
The status name.
setName(String) - Method in class Report
The name of the graph.
setName(String) - Method in class View
The name of the View.
setName(String) - Method in class FileBody
The file name of the file.
setName(String) - Method in class GuestUser
The display name of the user.
setNoLabel(Boolean) - Method in class CalcFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class CheckBoxFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class CreatedTimeFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class CreatorFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class DateFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class DateTimeFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class DropDownFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class FileFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class GroupFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class GroupSelectFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class LinkFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class LookupFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class ModifierFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class MultiLineTextFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class MultiSelectFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class NumberFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class OrganizationSelectFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class RadioButtonFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class RecordNumberFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class ReferenceTableFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class RichTextFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class SingleLineTextFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class SubtableFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class TimeFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class UpdatedTimeFieldProperty
The "Hide field name" option.
setNoLabel(Boolean) - Method in class UserSelectFieldProperty
The "Hide field name" option.
setNotifications(List<GeneralNotification>) - Method in class UpdateGeneralNotificationsRequest
An array of objects consisting of "Recipients and Conditions" options (optional).
setNotifications(List<PerRecordNotification>) - Method in class UpdatePerRecordNotificationsRequest
An array of objects containing data of the Per Record Notification settings (optional).
setNotifications(List<ReminderNotification>) - Method in class UpdateReminderNotificationsRequest
An array of objects consisting of "Notification Trigger" options (optional).
setNotifyToCommenter(Boolean) - Method in class UpdateGeneralNotificationsRequest
Option to notify all commenters of a record when a comment is posted on that record (optional).
setOffset(Long) - Method in class GetAppsRequest
The number of retrievals that will be skipped.
setOffset(Long) - Method in class GetRecordCommentsRequest
The offset of comments to retrieve (optional).
setOpenGroup(Boolean) - Method in class GroupFieldProperty
The "Show fields in this group" option.
setOptions(Map<String, Option>) - Method in class CheckBoxFieldProperty
An object including data of the field's options.
setOptions(Map<String, Option>) - Method in class DropDownFieldProperty
An object including data of the field's options.
setOptions(Map<String, Option>) - Method in class MultiSelectFieldProperty
An object including data of the field's options.
setOptions(Map<String, Option>) - Method in class RadioButtonFieldProperty
An object including data of the field's options.
setOrder(Order) - Method in class GetRecordCommentsRequest
The sort order of the comment ID (optional).
setOrder(Order) - Method in class AggregationSort
The order of sorting.
setPager(Boolean) - Method in class View
The pagination settings.
setPassword(String) - Method in class GuestUser
The log in password of the Guest user.
setPattern(QuarterlyPattern) - Method in class EveryQuarterPeriod
The months when the quarterly Periodic Report will be generated.
setPer(AggregationTimeUnit) - Method in class AggregationGroup
The time unit used for the "Group by" option.
setPeriod(PeriodicReportPeriod) - Method in class PeriodicReport
An object containing the "Period" options.
setPeriodicReport(PeriodicReport) - Method in class Report
An objects containing the "Periodic Reports" options.
setPhone(String) - Method in class GuestUser
The Phone number to display on the Guest User's profile.
setProperties(Map<String, FieldProperty>) - Method in class AddFormFieldsRequest
An object with data of the field settings (required).
setProperties(Map<String, FieldProperty>) - Method in class UpdateFormFieldsRequest
An object with data of the field settings (required).
setProtocol(LinkProtocol) - Method in class LinkFieldProperty
The Link type settings for the field.
setProxyAuthentication(String, String) - Method in class KintoneClientBuilder
Sets the proxy authentication settings.
setQuery(String) - Method in class CreateCursorRequest
The query string (optional).
setQuery(String) - Method in class GetRecordsRequest
The query string that specifies what records to include in the response (optional).
setRecord(Long) - Method in class AddRecordCommentRequest
The Record ID (required).
setRecord(Record) - Method in class AddRecordRequest
The record object.
setRecord(Long) - Method in class DeleteRecordCommentRequest
The record ID (required).
setRecord(Long) - Method in class GetRecordCommentsRequest
The record ID (required).
setRecord(Record) - Method in class UpdateRecordRequest
Field codes and values are specified in this object.
setRecordAddable(Boolean) - Method in class AppRightEntity
The record add permission of the entity
setRecordAdded(Boolean) - Method in class GeneralNotification
Option to notify the entity when a record is added.
setRecordDeletable(Boolean) - Method in class AppRightEntity
The record delete permission of the entity.
setRecordEditable(Boolean) - Method in class AppRightEntity
The record edit permission of the entity.
setRecordEdited(Boolean) - Method in class GeneralNotification
Option to notify the entity when a record is edited.
setRecordExportable(Boolean) - Method in class AppRightEntity
The file export permission of the entity.
setRecordImportable(Boolean) - Method in class AppRightEntity
The file import permission of the entity.
setRecords(List<Record>) - Method in class AddRecordsRequest
A list of record objects, that contains field codes and their values (required).
setRecords(List<RecordForUpdate>) - Method in class UpdateRecordsRequest
A list of objects that include id/updateKey, revision and record objects (required).
setRecords(List<StatusAction>) - Method in class UpdateRecordStatusesRequest
A list of objects including information of the status actions to proceed (required).
setRecordViewable(Boolean) - Method in class AppRightEntity
The record view permission of the entity.
setReferenceTable(ReferenceTable) - Method in class ReferenceTableFieldProperty
An object containing the settings of the Related Records field.
setRelatedApp(RelatedApp) - Method in class LookupSetting
An object that represents the settings for the related app.
setRelatedApp(RelatedApp) - Method in class ReferenceTable
An object containing data of the "Datasource App" setting.
setRelatedField(String) - Method in class FieldMapping
The field code of the field selected for "Field in datasource app".
setRelatedField(String) - Method in class ReferenceTableCondition
The field code of the field selected for "Field in datasource app".
setRelatedKeyField(String) - Method in class LookupSetting
The field code specified in source field.
setReports(Map<String, Report>) - Method in class UpdateReportsRequest
An object listing Graph information (required).
setRequired(Boolean) - Method in class CalcFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class CheckBoxFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class DateFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class DateTimeFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class DropDownFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class FileFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class GroupSelectFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class LinkFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class LookupFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class MultiLineTextFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class MultiSelectFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class NumberFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class OrganizationSelectFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class RadioButtonFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class RichTextFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class SingleLineTextFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class TimeFieldProperty
The "Required field" option.
setRequired(Boolean) - Method in class UserSelectFieldProperty
The "Required field" option.
setRevert(Boolean) - Method in class DeployAppRequest
Specify "true" to cancel all changes made to the pre-live settings (optional).
setRevision(Long) - Method in class AddFormFieldsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class DeleteFormFieldsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateAppAclRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateAppActionsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateAppCustomizeRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateAppSettingsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateFieldAclRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateFormFieldsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateFormLayoutRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateGeneralNotificationsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdatePerRecordNotificationsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateProcessManagementRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateRecordAclRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateReminderNotificationsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateReportsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateViewsRequest
The expected revision number of the App settings (optional).
setRevision(Long) - Method in class UpdateRecordAssigneesRequest
The expected revision number of the record before updating the Assignees (optional).
setRevision(Long) - Method in class UpdateRecordRequest
The expected revision number (optional).
setRevision(Long) - Method in class UpdateRecordStatusRequest
The expected revision number of the record before updating the status (optional).
setRevision(Long) - Method in class DeployApp
Specify the revision number of the settings that will be deployed (optional).
setRevision(Long) - Method in class StatusAction
The revision number of the record before updating the status (optional).
setRevisions(List<Long>) - Method in class DeleteRecordsRequest
The expected revision numbers (optional).
setRights(List<AppRightEntity>) - Method in class UpdateAppAclRequest
The list of App permissions, in order of priority (required).
setRights(List<FieldRight>) - Method in class UpdateFieldAclRequest
A list containing data of field permissions (required).
setRights(List<RecordRight>) - Method in class UpdateRecordAclRequest
The list of record permissions (required).
setScope(CustomizeScope) - Method in class UpdateAppCustomizeRequest
The scope of customization (optional).
setSize(Long) - Method in class CreateCursorRequest
The maximum number of records the Get Cursor API can retrieve from this cursor with one request (optional).
setSize(Long) - Method in class ReferenceTable
The "Max Records to Display at a Time" setting.
setSize(FieldSize) - Method in class FieldLayout
An object with data of the field's size.
setSize(Integer) - Method in class FileBody
The byte size of the file.
setSocketTimeout(int) - Method in class KintoneClientBuilder
Sets the socket timeout in milliseconds.
setSort(String) - Method in class LookupSetting
The default sort order for the "Filter" setting.
setSort(String) - Method in class ReferenceTable
The "Display Order" setting, in a query format.
setSort(String) - Method in class View
The sort order in a query format.
setSorts(List<AggregationSort>) - Method in class Report
An array of objects containing the "Sort by" options.
setSpace(Long) - Method in class AddAppRequest
The Space ID of where the App will be created (optional).
setSpace(Long) - Method in class AddThreadCommentRequest
The Space ID (required).
setSpaceIds(List<Long>) - Method in class GetAppsRequest
The Space ID of where the App resides in.
setSrcField(String) - Method in class AppActionMapping
The field code of the field specified in the "Field Mappings" options as the source.
setSrcType(AppActionSourceType) - Method in class AppActionMapping
The type of source data that is to be copied.
setStates(Map<String, ProcessState>) - Method in class UpdateProcessManagementRequest
An object containing data of the process management statuses (optional).
setStatusChanged(Boolean) - Method in class GeneralNotification
Option to notify the entity when a status is changed.
setSurNameReading(String) - Method in class GuestUser
The Phonetic Surname settings of the Guest User.
setTargets(List<NotificationTarget>) - Method in class PerRecordNotification
An array of objects containing the recipients of the Per Record Notification.
setTargets(List<NotificationTarget>) - Method in class ReminderNotification
An array of objects containing the recipients of the Reminder Notification.
setText(String) - Method in class RecordComment
The comment text (required).
setText(String) - Method in class ThreadComment
The comment contents.
setTheme(String) - Method in class UpdateAppSettingsRequest
The color theme (optional).
setThread(Long) - Method in class AddAppRequest
The Thread ID of the thread in the Space where the App will be created.
setThread(Long) - Method in class AddThreadCommentRequest
The Thread ID (required).
setThumbnailSize(Long) - Method in class FileFieldProperty
The size of the image thumbnail in pixels.
setTime(String) - Method in class ReminderTiming
The time when the Reminder notification is sent.
setTime(LocalTime) - Method in class EveryDayPeriod
The time when the Periodic Report will be generated.
setTime(LocalTime) - Method in class EveryMonthPeriod
The time when the Periodic Report will be generated.
setTime(LocalTime) - Method in class EveryQuarterPeriod
The time when the Periodic Report will be generated.
setTime(LocalTime) - Method in class EveryWeekPeriod
The time when the Periodic Report will be generated.
setTime(LocalTime) - Method in class EveryYearPeriod
The time when the Periodic Report will be generated.
setTimezone(String) - Method in class UpdateReminderNotificationsRequest
The timezone that determines the Reminder notification's timing (optional).
setTimezone(TimeZone) - Method in class GuestUser
The timezone of the Guest user.
setTiming(ReminderTiming) - Method in class ReminderNotification
An object containing the Reminder notification's timing.
setTitle(String) - Method in class PerRecordNotification
The notification subject.
setTitle(String) - Method in class ReminderNotification
The notification subject.
setTitle(String) - Method in class View
Used for Calendar views.
setTo(String) - Method in class ProcessAction
The status after taking action.
setTotalCount(Boolean) - Method in class GetRecordsRequest
If set to true, the total count of records that match the query conditions will be included in the response (optional).
setType(FieldType) - Method in class LookupFieldProperty
The field type.
setType(FieldType) - Method in class FieldLayout
The type of field.
setType(ProcessAssigneeType) - Method in class ProcessAssignee
The Assignee List type of the Status.
setType(AggregationFunction) - Method in class AggregationSetting
The type of the "Function" option of the Graph.
setType(ViewType) - Method in class View
The type of View.
setUnique(Boolean) - Method in class DateFieldProperty
The "Prohibit duplicate values" option.
setUnique(Boolean) - Method in class DateTimeFieldProperty
The "Prohibit duplicate values" option.
setUnique(Boolean) - Method in class LinkFieldProperty
The "Prohibit duplicate values" option.
setUnique(Boolean) - Method in class NumberFieldProperty
The "Prohibit duplicate values" option.
setUnique(Boolean) - Method in class SingleLineTextFieldProperty
The "Prohibit duplicate values" option.
setUnit(String) - Method in class CalcFieldProperty
The currency settings of the field.
setUnit(String) - Method in class NumberFieldProperty
The Currency settings of the field.
setUnitPosition(UnitPosition) - Method in class CalcFieldProperty
The display position of the currency.
setUnitPosition(UnitPosition) - Method in class NumberFieldProperty
The display position of the Currency.
setUpdateKey(UpdateKey) - Method in class UpdateRecordRequest
The unique key of the record to be updated.
setUrl(String) - Method in class CustomizeUrlResource
The URL.
setValue(String) - Method in class UpdateKey
 
setValue(Number) - Method in class UpdateKey
 
setViewable(Boolean) - Method in class RecordRightEntity
The view permission of the entity.
setViews(Map<String, View>) - Method in class UpdateViewsRequest
An object of data of Views (required).
setWidth(Integer) - Method in class FieldSize
The width of the field in pixels.
setWidth(Integer) - Method in class ThreadCommentFile
A width can be specified if the attachment file is an image.
SingleLineTextFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Text field for getting and setting the field settings.
SingleLineTextFieldProperty() - Constructor for class SingleLineTextFieldProperty
 
SingleLineTextFieldValue - Class in com.kintone.client.model.record
A value object for a Text field.
SingleLineTextFieldValue(String) - Constructor for class SingleLineTextFieldValue
 
space() - Method in class KintoneClient
Get the client for space APIs.
SpaceClient - Class in com.kintone.client
A client that operates space APIs.
SpaceMember - Class in com.kintone.client.model.space
A Space member information.
SpaceMember() - Constructor for class SpaceMember
 
StatusAction - Class in com.kintone.client.model.record
An object that stores information for updating a record status.
StatusAction() - Constructor for class StatusAction
 
StatusAssigneeFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Assignee of the Process management status field for getting the field settings.
StatusAssigneeFieldProperty() - Constructor for class StatusAssigneeFieldProperty
 
StatusAssigneeFieldValue - Class in com.kintone.client.model.record
A value object for a Assignee field.
StatusAssigneeFieldValue(List<User>) - Constructor for class StatusAssigneeFieldValue
 
StatusAssigneeFieldValue(User...) - Constructor for class StatusAssigneeFieldValue
 
StatusFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Process management status field for getting the field settings.
StatusFieldProperty() - Constructor for class StatusFieldProperty
 
StatusFieldValue - Class in com.kintone.client.model.record
A value object for a Status field.
StatusFieldValue(String) - Constructor for class StatusFieldValue
 
SubtableFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Table for getting and setting the field settings.
SubtableFieldProperty() - Constructor for class SubtableFieldProperty
 
SubtableFieldValue - Class in com.kintone.client.model.record
A value object for a Table.
SubtableFieldValue(List<TableRow>) - Constructor for class SubtableFieldValue
 
SubtableFieldValue(TableRow...) - Constructor for class SubtableFieldValue
 
SubtableLayout - Class in com.kintone.client.model.app.layout
A layout information corresponding to a Table.
SubtableLayout() - Constructor for class SubtableLayout
 

T

TableRow - Class in com.kintone.client.model.record
A TableRow represents a row of Table field.
TableRow() - Constructor for class TableRow
Constructor for creating or updating a row.
TableRow(Long) - Constructor for class TableRow
Constructor to set the row ID.
ThreadComment - Class in com.kintone.client.model.space
An object containing thread comment settings to be posted using Add Thread Comment API.
ThreadComment() - Constructor for class ThreadComment
 
ThreadCommentFile - Class in com.kintone.client.model.space
An object containing information of a file that will be attached to a thread comment.
ThreadCommentFile() - Constructor for class ThreadCommentFile
 
TimeFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a Time field for getting and setting the field settings.
TimeFieldProperty() - Constructor for class TimeFieldProperty
 
TimeFieldValue - Class in com.kintone.client.model.record
A value object for a Time field.
TimeFieldValue(LocalTime) - Constructor for class TimeFieldValue
 
toString() - Method in class AddAppRequest
 
toString() - Method in class AddAppResponseBody
 
toString() - Method in class AddFormFieldsRequest
 
toString() - Method in class AddFormFieldsResponseBody
 
toString() - Method in class DeleteFormFieldsRequest
 
toString() - Method in class DeleteFormFieldsResponseBody
 
toString() - Method in class DeployAppRequest
 
toString() - Method in class EvaluateRecordAclRequest
 
toString() - Method in class EvaluateRecordAclResponseBody
 
toString() - Method in class GetAppAclPreviewRequest
 
toString() - Method in class GetAppAclPreviewResponseBody
 
toString() - Method in class GetAppAclRequest
 
toString() - Method in class GetAppAclResponseBody
 
toString() - Method in class GetAppActionsPreviewRequest
 
toString() - Method in class GetAppActionsPreviewResponseBody
 
toString() - Method in class GetAppActionsRequest
 
toString() - Method in class GetAppActionsResponseBody
 
toString() - Method in class GetAppCustomizePreviewRequest
 
toString() - Method in class GetAppCustomizePreviewResponseBody
 
toString() - Method in class GetAppCustomizeRequest
 
toString() - Method in class GetAppCustomizeResponseBody
 
toString() - Method in class GetAppRequest
 
toString() - Method in class GetAppResponseBody
 
toString() - Method in class GetAppSettingsPreviewRequest
 
toString() - Method in class GetAppSettingsPreviewResponseBody
 
toString() - Method in class GetAppSettingsRequest
 
toString() - Method in class GetAppSettingsResponseBody
 
toString() - Method in class GetAppsRequest
 
toString() - Method in class GetAppsResponseBody
 
toString() - Method in class GetDeployStatusRequest
 
toString() - Method in class GetDeployStatusResponseBody
 
toString() - Method in class GetFieldAclPreviewRequest
 
toString() - Method in class GetFieldAclPreviewResponseBody
 
toString() - Method in class GetFieldAclRequest
 
toString() - Method in class GetFieldAclResponseBody
 
toString() - Method in class GetFormFieldsPreviewRequest
 
toString() - Method in class GetFormFieldsPreviewResponseBody
 
toString() - Method in class GetFormFieldsRequest
 
toString() - Method in class GetFormFieldsResponseBody
 
toString() - Method in class GetFormLayoutPreviewRequest
 
toString() - Method in class GetFormLayoutPreviewResponseBody
 
toString() - Method in class GetFormLayoutRequest
 
toString() - Method in class GetFormLayoutResponseBody
 
toString() - Method in class GetGeneralNotificationsPreviewRequest
 
toString() - Method in class GetGeneralNotificationsPreviewResponseBody
 
toString() - Method in class GetGeneralNotificationsRequest
 
toString() - Method in class GetGeneralNotificationsResponseBody
 
toString() - Method in class GetPerRecordNotificationsPreviewRequest
 
toString() - Method in class GetPerRecordNotificationsPreviewResponseBody
 
toString() - Method in class GetPerRecordNotificationsRequest
 
toString() - Method in class GetPerRecordNotificationsResponseBody
 
toString() - Method in class GetProcessManagementPreviewRequest
 
toString() - Method in class GetProcessManagementPreviewResponseBody
 
toString() - Method in class GetProcessManagementRequest
 
toString() - Method in class GetProcessManagementResponseBody
 
toString() - Method in class GetRecordAclPreviewRequest
 
toString() - Method in class GetRecordAclPreviewResponseBody
 
toString() - Method in class GetRecordAclRequest
 
toString() - Method in class GetRecordAclResponseBody
 
toString() - Method in class GetReminderNotificationsPreviewRequest
 
toString() - Method in class GetReminderNotificationsPreviewResponseBody
 
toString() - Method in class GetReminderNotificationsRequest
 
toString() - Method in class GetReminderNotificationsResponseBody
 
toString() - Method in class GetReportsPreviewRequest
 
toString() - Method in class GetReportsPreviewResponseBody
 
toString() - Method in class GetReportsRequest
 
toString() - Method in class GetReportsResponseBody
 
toString() - Method in class GetViewsPreviewRequest
 
toString() - Method in class GetViewsPreviewResponseBody
 
toString() - Method in class GetViewsRequest
 
toString() - Method in class GetViewsResponseBody
 
toString() - Method in class UpdateAppAclRequest
 
toString() - Method in class UpdateAppAclResponseBody
 
toString() - Method in class UpdateAppActionsRequest
 
toString() - Method in class UpdateAppActionsResponseBody
 
toString() - Method in class UpdateAppCustomizeRequest
 
toString() - Method in class UpdateAppCustomizeResponseBody
 
toString() - Method in class UpdateAppSettingsRequest
 
toString() - Method in class UpdateAppSettingsResponseBody
 
toString() - Method in class UpdateFieldAclRequest
 
toString() - Method in class UpdateFieldAclResponseBody
 
toString() - Method in class UpdateFormFieldsRequest
 
toString() - Method in class UpdateFormFieldsResponseBody
 
toString() - Method in class UpdateFormLayoutRequest
 
toString() - Method in class UpdateFormLayoutResponseBody
 
toString() - Method in class UpdateGeneralNotificationsRequest
 
toString() - Method in class UpdateGeneralNotificationsResponseBody
 
toString() - Method in class UpdatePerRecordNotificationsRequest
 
toString() - Method in class UpdatePerRecordNotificationsResponseBody
 
toString() - Method in class UpdateProcessManagementRequest
 
toString() - Method in class UpdateProcessManagementResponseBody
 
toString() - Method in class UpdateRecordAclRequest
 
toString() - Method in class UpdateRecordAclResponseBody
 
toString() - Method in class UpdateReminderNotificationsRequest
 
toString() - Method in class UpdateReminderNotificationsResponseBody
 
toString() - Method in class UpdateReportsRequest
 
toString() - Method in class UpdateReportsResponseBody
 
toString() - Method in class UpdateViewsRequest
 
toString() - Method in class UpdateViewsResponseBody
 
toString() - Method in class BulkRequestsRequest
 
toString() - Method in class DownloadFileRequest
 
toString() - Method in class UploadFileRequest
 
toString() - Method in class UploadFileResponseBody
 
toString() - Method in class AddRecordCommentRequest
 
toString() - Method in class AddRecordCommentResponseBody
 
toString() - Method in class AddRecordRequest
 
toString() - Method in class AddRecordResponseBody
 
toString() - Method in class AddRecordsRequest
 
toString() - Method in class AddRecordsResponseBody
 
toString() - Method in class CreateCursorRequest
 
toString() - Method in class CreateCursorResponseBody
 
toString() - Method in class DeleteCursorRequest
 
toString() - Method in class DeleteRecordCommentRequest
 
toString() - Method in class DeleteRecordsRequest
 
toString() - Method in class GetRecordCommentsRequest
 
toString() - Method in class GetRecordCommentsResponseBody
 
toString() - Method in class GetRecordRequest
 
toString() - Method in class GetRecordResponseBody
 
toString() - Method in class GetRecordsByCursorRequest
 
toString() - Method in class GetRecordsByCursorResponseBody
 
toString() - Method in class GetRecordsRequest
 
toString() - Method in class GetRecordsResponseBody
 
toString() - Method in class UpdateRecordAssigneesRequest
 
toString() - Method in class UpdateRecordAssigneesResponseBody
 
toString() - Method in class UpdateRecordRequest
 
toString() - Method in class UpdateRecordResponseBody
 
toString() - Method in class UpdateRecordsRequest
 
toString() - Method in class UpdateRecordsResponseBody
 
toString() - Method in class UpdateRecordStatusesRequest
 
toString() - Method in class UpdateRecordStatusesResponseBody
 
toString() - Method in class UpdateRecordStatusRequest
 
toString() - Method in class UpdateRecordStatusResponseBody
 
toString() - Method in class GetApiListResponseBody
 
toString() - Method in class GetApiSchemaResponseBody
 
toString() - Method in class AddGuestsRequest
 
toString() - Method in class AddSpaceFromTemplateRequest
 
toString() - Method in class AddSpaceFromTemplateResponseBody
 
toString() - Method in class AddThreadCommentRequest
 
toString() - Method in class AddThreadCommentResponseBody
 
toString() - Method in class DeleteGuestsRequest
 
toString() - Method in class DeleteSpaceRequest
 
toString() - Method in class GetSpaceMembersRequest
 
toString() - Method in class GetSpaceMembersResponseBody
 
toString() - Method in class GetSpaceRequest
 
toString() - Method in class GetSpaceResponseBody
 
toString() - Method in class UpdateSpaceBodyRequest
 
toString() - Method in class UpdateSpaceGuestsRequest
 
toString() - Method in class UpdateSpaceMembersRequest
 
toString() - Method in class UpdateThreadRequest
 
toString() - Method in class ActionId
 
toString() - Method in class App
 
toString() - Method in class AppAction
 
toString() - Method in class AppActionMapping
 
toString() - Method in class AppDeployStatus
 
toString() - Method in class AppFileIcon
 
toString() - Method in class AppPresetIcon
 
toString() - Method in class AppRightEntity
 
toString() - Method in class CustomizeBody
 
toString() - Method in class CustomizeFileResource
 
toString() - Method in class CustomizeUrlResource
 
toString() - Method in class DeployApp
 
toString() - Method in class EvaluatedFieldRightEntity
 
toString() - Method in class EvaluatedRecordRight
 
toString() - Method in class EvaluatedRecordRightEntity
 
toString() - Method in class CalcFieldProperty
 
toString() - Method in class CategoryFieldProperty
 
toString() - Method in class CheckBoxFieldProperty
 
toString() - Method in class CreatedTimeFieldProperty
 
toString() - Method in class CreatorFieldProperty
 
toString() - Method in class DateFieldProperty
 
toString() - Method in class DateTimeFieldProperty
 
toString() - Method in class DropDownFieldProperty
 
toString() - Method in class FieldMapping
 
toString() - Method in class FileFieldProperty
 
toString() - Method in class GroupFieldProperty
 
toString() - Method in class GroupSelectFieldProperty
 
toString() - Method in class LinkFieldProperty
 
toString() - Method in class LookupFieldProperty
 
toString() - Method in class LookupSetting
 
toString() - Method in class ModifierFieldProperty
 
toString() - Method in class MultiLineTextFieldProperty
 
toString() - Method in class MultiSelectFieldProperty
 
toString() - Method in class NumberFieldProperty
 
toString() - Method in class Option
 
toString() - Method in class OrganizationSelectFieldProperty
 
toString() - Method in class RadioButtonFieldProperty
 
toString() - Method in class RecordNumberFieldProperty
 
toString() - Method in class ReferenceTable
 
toString() - Method in class ReferenceTableCondition
 
toString() - Method in class ReferenceTableFieldProperty
 
toString() - Method in class RelatedApp
 
toString() - Method in class RichTextFieldProperty
 
toString() - Method in class SingleLineTextFieldProperty
 
toString() - Method in class StatusAssigneeFieldProperty
 
toString() - Method in class StatusFieldProperty
 
toString() - Method in class SubtableFieldProperty
 
toString() - Method in class TimeFieldProperty
 
toString() - Method in class UpdatedTimeFieldProperty
 
toString() - Method in class UserSelectFieldProperty
 
toString() - Method in class FieldRight
 
toString() - Method in class FieldRightEntity
 
toString() - Method in class GeneralNotification
 
toString() - Method in class FieldLayout
 
toString() - Method in class FieldSize
 
toString() - Method in class GroupLayout
 
toString() - Method in class RowLayout
 
toString() - Method in class SubtableLayout
 
toString() - Method in class NotificationTarget
 
toString() - Method in class PerRecordNotification
 
toString() - Method in class ProcessAction
 
toString() - Method in class ProcessAssignee
 
toString() - Method in class ProcessEntity
 
toString() - Method in class ProcessState
 
toString() - Method in class RecordRight
 
toString() - Method in class RecordRightEntity
 
toString() - Method in class ReminderNotification
 
toString() - Method in class ReminderTiming
 
toString() - Method in class AggregationGroup
 
toString() - Method in class AggregationSetting
 
toString() - Method in class AggregationSort
 
toString() - Method in class EveryDayPeriod
 
toString() - Method in class EveryHourPeriod
 
toString() - Method in class EveryMonthPeriod
 
toString() - Method in class EveryQuarterPeriod
 
toString() - Method in class EveryWeekPeriod
 
toString() - Method in class EveryYearPeriod
 
toString() - Method in class PeriodicReport
 
toString() - Method in class Report
 
toString() - Method in class ReportId
 
toString() - Method in class View
 
toString() - Method in class ViewId
 
toString() - Method in class BasicAuth
 
toString() - Method in class Entity
 
toString() - Method in class FileBody
 
toString() - Method in class Group
 
toString() - Method in class Organization
 
toString() - Method in class CalcFieldValue
 
toString() - Method in class CategoryFieldValue
 
toString() - Method in class CheckBoxFieldValue
 
toString() - Method in class CreatedTimeFieldValue
 
toString() - Method in class CreatorFieldValue
 
toString() - Method in class DateFieldValue
 
toString() - Method in class DateTimeFieldValue
 
toString() - Method in class DropDownFieldValue
 
toString() - Method in class FileFieldValue
 
toString() - Method in class GroupSelectFieldValue
 
toString() - Method in class LinkFieldValue
 
toString() - Method in class ModifierFieldValue
 
toString() - Method in class MultiLineTextFieldValue
 
toString() - Method in class MultiSelectFieldValue
 
toString() - Method in class NumberFieldValue
 
toString() - Method in class OrganizationSelectFieldValue
 
toString() - Method in class PostedRecordComment
 
toString() - Method in class RadioButtonFieldValue
 
toString() - Method in class RecordComment
 
toString() - Method in class RecordForUpdate
 
toString() - Method in class RecordNumberFieldValue
 
toString() - Method in class RecordRevision
 
toString() - Method in class RichTextFieldValue
 
toString() - Method in class SingleLineTextFieldValue
 
toString() - Method in class StatusAction
 
toString() - Method in class StatusAssigneeFieldValue
 
toString() - Method in class StatusFieldValue
 
toString() - Method in class SubtableFieldValue
 
toString() - Method in class TimeFieldValue
 
toString() - Method in class UpdatedTimeFieldValue
 
toString() - Method in class UpdateKey
 
toString() - Method in class UserSelectFieldValue
 
toString() - Method in class ApiSchemaLink
 
toString() - Method in class RequestSchema
 
toString() - Method in class ResponseSchema
 
toString() - Method in class Schema
 
toString() - Method in class AddedSpaceMember
 
toString() - Method in class AttachedApp
 
toString() - Method in class GuestUser
 
toString() - Method in class SpaceMember
 
toString() - Method in class ThreadComment
 
toString() - Method in class ThreadCommentFile
 
toString() - Method in class User
 

U

UnitPosition - Enum in com.kintone.client.model.app.field
The display position of the currency for a Number field and Calculated field.
updateAppAcl(long, List<AppRightEntity>) - Method in class AppClient
Updates the App permissions of an App.
updateAppAcl(long, List<AppRightEntity>, Long) - Method in class AppClient
Updates the App permissions of an App.
updateAppAcl(UpdateAppAclRequest) - Method in class AppClient
Updates the App permissions of an App.
UpdateAppAclRequest - Class in com.kintone.client.api.app
A request object for Update App Acl API.
UpdateAppAclRequest() - Constructor for class UpdateAppAclRequest
 
UpdateAppAclResponseBody - Class in com.kintone.client.api.app
A response object for Update App Acl API.
UpdateAppAclResponseBody(long) - Constructor for class UpdateAppAclResponseBody
 
updateAppActions(long, Map<String, AppAction>) - Method in class AppClient
Updates the Action settings of the App.
updateAppActions(long, Map<String, AppAction>, Long) - Method in class AppClient
Updates the Action settings of the App.
updateAppActions(UpdateAppActionsRequest) - Method in class AppClient
Updates the Action settings of the App.
UpdateAppActionsRequest - Class in com.kintone.client.api.app
A request object for Update App Actions Settings API.
UpdateAppActionsRequest() - Constructor for class UpdateAppActionsRequest
 
UpdateAppActionsResponseBody - Class in com.kintone.client.api.app
A response object for Update App Actions Settings API.
UpdateAppActionsResponseBody(Map<String, ActionId>, long) - Constructor for class UpdateAppActionsResponseBody
 
updateAppCustomize(UpdateAppCustomizeRequest) - Method in class AppClient
Updates the JavaScript and CSS customization settings of an App.
UpdateAppCustomizeRequest - Class in com.kintone.client.api.app
A request object for Update App Customize API.
UpdateAppCustomizeRequest() - Constructor for class UpdateAppCustomizeRequest
 
UpdateAppCustomizeResponseBody - Class in com.kintone.client.api.app
A response object for Update App Customize API.
UpdateAppCustomizeResponseBody(long) - Constructor for class UpdateAppCustomizeResponseBody
 
updateAppSettings(UpdateAppSettingsRequest) - Method in class AppClient
Updates the description, name, icon, revision and color theme of an App.
UpdateAppSettingsRequest - Class in com.kintone.client.api.app
A request object for Update App Settings API.
UpdateAppSettingsRequest() - Constructor for class UpdateAppSettingsRequest
 
UpdateAppSettingsResponseBody - Class in com.kintone.client.api.app
A response object for Update App Settings API.
UpdateAppSettingsResponseBody(long) - Constructor for class UpdateAppSettingsResponseBody
 
UpdatedTimeFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of the Updated date-time field for getting and setting the field settings.
UpdatedTimeFieldProperty() - Constructor for class UpdatedTimeFieldProperty
 
UpdatedTimeFieldValue - Class in com.kintone.client.model.record
A value object for an Updated date-time field.
UpdatedTimeFieldValue(ZonedDateTime) - Constructor for class UpdatedTimeFieldValue
 
updateFieldAcl(long, List<FieldRight>) - Method in class AppClient
Updates the Field permission settings of an App.
updateFieldAcl(long, List<FieldRight>, Long) - Method in class AppClient
Updates the Field permission settings of an App.
updateFieldAcl(UpdateFieldAclRequest) - Method in class AppClient
Updates the Field permission settings of an App.
UpdateFieldAclRequest - Class in com.kintone.client.api.app
A request object for Update Field Acl API.
UpdateFieldAclRequest() - Constructor for class UpdateFieldAclRequest
 
UpdateFieldAclResponseBody - Class in com.kintone.client.api.app
A response object for Update Field Acl API.
UpdateFieldAclResponseBody(long) - Constructor for class UpdateFieldAclResponseBody
 
updateFormFields(long, List<FieldProperty>) - Method in class AppClient
Updates the field settings of fields in a form of an App.
updateFormFields(long, List<FieldProperty>, Long) - Method in class AppClient
Updates the field settings of fields in a form of an App.
updateFormFields(long, Map<String, FieldProperty>) - Method in class AppClient
Updates the field settings of fields in a form of an App.
updateFormFields(long, Map<String, FieldProperty>, Long) - Method in class AppClient
Updates the field settings of fields in a form of an App.
updateFormFields(UpdateFormFieldsRequest) - Method in class AppClient
Updates the field settings of fields in a form of an App.
UpdateFormFieldsRequest - Class in com.kintone.client.api.app
A request object for Update Form Fields API.
UpdateFormFieldsRequest() - Constructor for class UpdateFormFieldsRequest
 
UpdateFormFieldsResponseBody - Class in com.kintone.client.api.app
A response object for Update Form Fields API.
UpdateFormFieldsResponseBody(long) - Constructor for class UpdateFormFieldsResponseBody
 
updateFormLayout(long, List<Layout>) - Method in class AppClient
Updates the field layout info of a form in an App.
updateFormLayout(long, List<Layout>, Long) - Method in class AppClient
Updates the field layout info of a form in an App.
updateFormLayout(UpdateFormLayoutRequest) - Method in class AppClient
Updates the field layout info of a form in an App.
UpdateFormLayoutRequest - Class in com.kintone.client.api.app
A request object for Update Form Layout API.
UpdateFormLayoutRequest() - Constructor for class UpdateFormLayoutRequest
 
UpdateFormLayoutResponseBody - Class in com.kintone.client.api.app
A response object for Update Form Layout API.
UpdateFormLayoutResponseBody(long) - Constructor for class UpdateFormLayoutResponseBody
 
updateGeneralNotifications(UpdateGeneralNotificationsRequest) - Method in class AppClient
Updates the general notification settings of an App.
UpdateGeneralNotificationsRequest - Class in com.kintone.client.api.app
A request object for Update General Notification Settings API.
UpdateGeneralNotificationsRequest() - Constructor for class UpdateGeneralNotificationsRequest
 
UpdateGeneralNotificationsResponseBody - Class in com.kintone.client.api.app
A response object for Update General Notification Settings API.
UpdateGeneralNotificationsResponseBody(long) - Constructor for class UpdateGeneralNotificationsResponseBody
 
UpdateKey - Class in com.kintone.client.model.record
An object for specifying the record to be updated.
UpdateKey(String, String) - Constructor for class UpdateKey
 
UpdateKey(String, Number) - Constructor for class UpdateKey
 
UpdateKey() - Constructor for class UpdateKey
 
updatePerRecordNotifications(UpdatePerRecordNotificationsRequest) - Method in class AppClient
Updates the per record notification settings of an App.
UpdatePerRecordNotificationsRequest - Class in com.kintone.client.api.app
A request object for Update Per Record Notification Settings API.
UpdatePerRecordNotificationsRequest() - Constructor for class UpdatePerRecordNotificationsRequest
 
UpdatePerRecordNotificationsResponseBody - Class in com.kintone.client.api.app
A response object for Update Per Record Notification Settings API.
UpdatePerRecordNotificationsResponseBody(long) - Constructor for class UpdatePerRecordNotificationsResponseBody
 
updateProcessManagement(UpdateProcessManagementRequest) - Method in class AppClient
Updates the process management settings of an App.
UpdateProcessManagementRequest - Class in com.kintone.client.api.app
A request object for Update Process Management API.
UpdateProcessManagementRequest() - Constructor for class UpdateProcessManagementRequest
 
UpdateProcessManagementResponseBody - Class in com.kintone.client.api.app
A response object for Update Process Management API.
UpdateProcessManagementResponseBody(long) - Constructor for class UpdateProcessManagementResponseBody
 
updateRecord(long, long, Record) - Method in class RecordClient
Updates details of 1 record in an App by specifying its record number.
updateRecord(long, UpdateKey, Record) - Method in class RecordClient
Updates details of 1 record in an App by specifying a different unique key.
updateRecord(UpdateRecordRequest) - Method in class RecordClient
Updates details of 1 record in an App by specifying its record number, or a different unique key.
updateRecordAcl(long, List<RecordRight>) - Method in class AppClient
Updates the Record permission settings of an App.
updateRecordAcl(long, List<RecordRight>, Long) - Method in class AppClient
Updates the Record permission settings of an App.
updateRecordAcl(UpdateRecordAclRequest) - Method in class AppClient
Updates the Record permission settings of an App.
UpdateRecordAclRequest - Class in com.kintone.client.api.app
A request object for Update Record Acl API.
UpdateRecordAclRequest() - Constructor for class UpdateRecordAclRequest
 
UpdateRecordAclResponseBody - Class in com.kintone.client.api.app
A response object for Update Record Acl API.
UpdateRecordAclResponseBody(long) - Constructor for class UpdateRecordAclResponseBody
 
updateRecordAssignees(long, long, List<String>) - Method in class RecordClient
Updates the Assignees of a record status, that was set with the Process Management feature.
updateRecordAssignees(UpdateRecordAssigneesRequest) - Method in class RecordClient
Updates the Assignees of a record status, that was set with the Process Management feature.
UpdateRecordAssigneesRequest - Class in com.kintone.client.api.record
A request object for Update Record Assignees API.
UpdateRecordAssigneesRequest() - Constructor for class UpdateRecordAssigneesRequest
 
UpdateRecordAssigneesResponseBody - Class in com.kintone.client.api.record
A response object for Update Record Assignees API.
UpdateRecordAssigneesResponseBody(long) - Constructor for class UpdateRecordAssigneesResponseBody
 
UpdateRecordRequest - Class in com.kintone.client.api.record
A request object for Update Record API.
UpdateRecordRequest() - Constructor for class UpdateRecordRequest
 
UpdateRecordResponseBody - Class in com.kintone.client.api.record
A response object for Update Record API.
UpdateRecordResponseBody(long) - Constructor for class UpdateRecordResponseBody
 
updateRecords(long, List<RecordForUpdate>) - Method in class RecordClient
Updates details of multiple records in an App, by specifying their record numbers, or their unique keys.
updateRecords(UpdateRecordsRequest) - Method in class RecordClient
Updates details of multiple records in an App.
UpdateRecordsRequest - Class in com.kintone.client.api.record
A request object for Update Records API.
UpdateRecordsRequest() - Constructor for class UpdateRecordsRequest
 
UpdateRecordsResponseBody - Class in com.kintone.client.api.record
A response object for Update Records API.
UpdateRecordsResponseBody(List<RecordRevision>) - Constructor for class UpdateRecordsResponseBody
 
updateRecordStatus(long, long, String) - Method in class RecordClient
Updates the Status of a record of an App, that was set with the Process Management feature.
updateRecordStatus(long, long, String, String) - Method in class RecordClient
Updates the Status of a record of an App, that was set with the Process Management feature.
updateRecordStatus(UpdateRecordStatusRequest) - Method in class RecordClient
Updates the Status of a record of an App, that was set with the Process Management feature.
updateRecordStatuses(long, List<StatusAction>) - Method in class RecordClient
Updates the Statuses of multiple records of an App, that were set with the Process Management feature.
updateRecordStatuses(UpdateRecordStatusesRequest) - Method in class RecordClient
Updates the Statuses of multiple records of an App, that were set with the Process Management feature.
UpdateRecordStatusesRequest - Class in com.kintone.client.api.record
A request object for Update Record Statuses API.
UpdateRecordStatusesRequest() - Constructor for class UpdateRecordStatusesRequest
 
UpdateRecordStatusesResponseBody - Class in com.kintone.client.api.record
A response object for Update Record Statuses API.
UpdateRecordStatusesResponseBody(List<RecordRevision>) - Constructor for class UpdateRecordStatusesResponseBody
 
UpdateRecordStatusRequest - Class in com.kintone.client.api.record
A request object for Update Record Status API.
UpdateRecordStatusRequest() - Constructor for class UpdateRecordStatusRequest
 
UpdateRecordStatusResponseBody - Class in com.kintone.client.api.record
A response object for Update Record Status API.
UpdateRecordStatusResponseBody(long) - Constructor for class UpdateRecordStatusResponseBody
 
updateReminderNotifications(UpdateReminderNotificationsRequest) - Method in class AppClient
Updates the reminder notification settings of an App.
UpdateReminderNotificationsRequest - Class in com.kintone.client.api.app
A request object for Update Reminder Notification Settings API.
UpdateReminderNotificationsRequest() - Constructor for class UpdateReminderNotificationsRequest
 
UpdateReminderNotificationsResponseBody - Class in com.kintone.client.api.app
A response object for Update Reminder Notification Settings API.
UpdateReminderNotificationsResponseBody(long) - Constructor for class UpdateReminderNotificationsResponseBody
 
updateReports(long, Map<String, Report>) - Method in class AppClient
Updates the Graph settings of an App.
updateReports(long, Map<String, Report>, Long) - Method in class AppClient
Updates the Graph settings of an App.
updateReports(UpdateReportsRequest) - Method in class AppClient
Updates the Graph settings of an App.
UpdateReportsRequest - Class in com.kintone.client.api.app
A request object for Update Graphs API.
UpdateReportsRequest() - Constructor for class UpdateReportsRequest
 
UpdateReportsResponseBody - Class in com.kintone.client.api.app
A response object for Update Graphs API.
UpdateReportsResponseBody(Map<String, ReportId>, long) - Constructor for class UpdateReportsResponseBody
 
updateSpaceBody(long, String) - Method in class SpaceClient
Updates the body of a Space.
updateSpaceBody(UpdateSpaceBodyRequest) - Method in class SpaceClient
Updates the body of a Space.
UpdateSpaceBodyRequest - Class in com.kintone.client.api.space
A request object for Update Space Body API.
UpdateSpaceBodyRequest() - Constructor for class UpdateSpaceBodyRequest
 
UpdateSpaceBodyResponseBody - Class in com.kintone.client.api.space
A response object for Update Space Body API.
UpdateSpaceBodyResponseBody() - Constructor for class UpdateSpaceBodyResponseBody
 
updateSpaceGuests(long, List<String>) - Method in class SpaceClient
Updates the Guest members of a Space.
updateSpaceGuests(UpdateSpaceGuestsRequest) - Method in class SpaceClient
Updates the Guest members of a Space.
UpdateSpaceGuestsRequest - Class in com.kintone.client.api.space
A request object for Update Guest Members API.
UpdateSpaceGuestsRequest() - Constructor for class UpdateSpaceGuestsRequest
 
UpdateSpaceGuestsResponseBody - Class in com.kintone.client.api.space
A response object for Update Guest Members API.
UpdateSpaceGuestsResponseBody() - Constructor for class UpdateSpaceGuestsResponseBody
 
updateSpaceMembers(long, List<SpaceMember>) - Method in class SpaceClient
Updates the members of a Space.
updateSpaceMembers(UpdateSpaceMembersRequest) - Method in class SpaceClient
Updates the Members of a Space.
UpdateSpaceMembersRequest - Class in com.kintone.client.api.space
A request object for Update Space Members API.
UpdateSpaceMembersRequest() - Constructor for class UpdateSpaceMembersRequest
 
UpdateSpaceMembersResponseBody - Class in com.kintone.client.api.space
A response object for Update Space Members API.
UpdateSpaceMembersResponseBody() - Constructor for class UpdateSpaceMembersResponseBody
 
updateThread(long, String, String) - Method in class SpaceClient
Updates a Thread of a Space.
updateThread(UpdateThreadRequest) - Method in class SpaceClient
Updates a Thread of a Space.
UpdateThreadRequest - Class in com.kintone.client.api.space
A request object for Update Thread API.
UpdateThreadRequest() - Constructor for class UpdateThreadRequest
 
UpdateThreadResponseBody - Class in com.kintone.client.api.space
A response object for Update Thread API.
UpdateThreadResponseBody() - Constructor for class UpdateThreadResponseBody
 
updateViews(long, Map<String, View>) - Method in class AppClient
Updates the View settings of an App.
updateViews(long, Map<String, View>, Long) - Method in class AppClient
Updates the View settings of an App.
updateViews(UpdateViewsRequest) - Method in class AppClient
Updates the View settings of an App.
UpdateViewsRequest - Class in com.kintone.client.api.app
A request object for Update Views API.
UpdateViewsRequest() - Constructor for class UpdateViewsRequest
 
UpdateViewsResponseBody - Class in com.kintone.client.api.app
A response object for Update Views API.
UpdateViewsResponseBody(Map<String, ViewId>, long) - Constructor for class UpdateViewsResponseBody
 
uploadFile(Path, String) - Method in class FileClient
Uploads a file to Kintone.
uploadFile(UploadFileRequest) - Method in class FileClient
Uploads a file to Kintone.
UploadFileRequest - Class in com.kintone.client.api.common
A request object for Upload File API.
UploadFileRequest() - Constructor for class UploadFileRequest
 
UploadFileResponseBody - Class in com.kintone.client.api.common
A response object for Upload File API.
UploadFileResponseBody(String) - Constructor for class UploadFileResponseBody
 
User - Class in com.kintone.client.model
An object representing an User value.
User(String) - Constructor for class User
Constructor to create a user value used for editing User Selection fields.
User(String, String) - Constructor for class User
 
UserSelectFieldProperty - Class in com.kintone.client.model.app.field
An object containing the properties of a User Selection field for getting and setting the field settings.
UserSelectFieldProperty() - Constructor for class UserSelectFieldProperty
 
UserSelectFieldValue - Class in com.kintone.client.model.record
A value object for an User Selection field.
UserSelectFieldValue(List<User>) - Constructor for class UserSelectFieldValue
 
UserSelectFieldValue(User...) - Constructor for class UserSelectFieldValue
 

V

valueOf(String) - Static method in enum KintoneApi
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum AppActionSourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum AppIconType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum BuiltinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CustomizeScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CustomizeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum DeployStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum Device
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum Alignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum DisplayFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum LinkProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum UnitPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FieldAccessibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum LayoutType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ProcessAssigneeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum AggregationFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum AggregationSortTarget
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum AggregationTimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ChartMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ChartType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum IntervalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum QuarterlyPattern
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum ViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum FieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum CoverType
Returns the enum constant of this type with the specified name.
values() - Static method in enum KintoneApi
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum AppActionSourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum AppIconType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum BuiltinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum CustomizeScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum CustomizeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum DeployStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum Device
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum Alignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum DisplayFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum LinkProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum UnitPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FieldAccessibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum LayoutType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ProcessAssigneeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum AggregationFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum AggregationSortTarget
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum AggregationTimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ChartMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ChartType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum IntervalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum QuarterlyPattern
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum FieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum CoverType
Returns an array containing the constants of this enum type, in the order they are declared.
View - Class in com.kintone.client.model.app
An object containing settings of an App view.
View() - Constructor for class View
 
ViewId - Class in com.kintone.client.model.app
Created or updated view ID returned by Update Views API.
ViewId(long) - Constructor for class ViewId
 
ViewType - Enum in com.kintone.client.model.app
An enum for representing the type of App views.

W

withBasicAuth(String, String) - Method in class KintoneClientBuilder
Sets the user and password for BASIC authentication.
withClientCertificate(Path, String) - Method in class KintoneClientBuilder
Sets the certificate for client certificate authentication.
withClientCertificate(InputStream, String) - Method in class KintoneClientBuilder
Sets the certificate for client certificate authentication.
withProxy(String, String, int) - Method in class KintoneClientBuilder
Sets the proxy settings.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links