public class UpdateAppSettingsRequest extends Object implements KintoneRequest
Constructor and Description |
---|
UpdateAppSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
String |
getDescription()
The App description (optional).
|
Boolean |
getEnableBulkDeletion()
The on/off settings of bulk deletion of records (optional).
|
Boolean |
getEnableComments()
The on/off settings of record comments feature (optional).
|
Boolean |
getEnableDuplicateRecord()
The on/off settings to use the feature to "duplicate record" (optional).
|
Boolean |
getEnableInlineRecordEditing()
The on/off settings of inline record editing feature (optional).
|
Boolean |
getEnableThumbnails()
The on/off settings to show thumbnails of image files attached to the File fields (optional).
|
Integer |
getFirstMonthOfFiscalYear()
The settings of first month of fiscal year (optional).
|
AppIcon |
getIcon()
An object containing information of the App icon (optional).
|
String |
getName()
The App name (optional).
|
NumberPrecision |
getNumberPrecision()
An object containing the precision settings of numbers and calculations (optional).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
String |
getTheme()
The color theme (optional).
|
TitleFiled |
getTitleField()
An object containing settings of record title (optional).
|
int |
hashCode() |
UpdateAppSettingsRequest |
setApp(Long app)
The App ID (required).
|
UpdateAppSettingsRequest |
setDescription(String description)
The App description (optional).
|
UpdateAppSettingsRequest |
setEnableBulkDeletion(Boolean enableBulkDeletion)
The on/off settings of bulk deletion of records (optional).
|
UpdateAppSettingsRequest |
setEnableComments(Boolean enableComments)
The on/off settings of record comments feature (optional).
|
UpdateAppSettingsRequest |
setEnableDuplicateRecord(Boolean enableDuplicateRecord)
The on/off settings to use the feature to "duplicate record" (optional).
|
UpdateAppSettingsRequest |
setEnableInlineRecordEditing(Boolean enableInlineRecordEditing)
The on/off settings of inline record editing feature (optional).
|
UpdateAppSettingsRequest |
setEnableThumbnails(Boolean enableThumbnails)
The on/off settings to show thumbnails of image files attached to the File fields (optional).
|
UpdateAppSettingsRequest |
setFirstMonthOfFiscalYear(Integer firstMonthOfFiscalYear)
The settings of first month of fiscal year (optional).
|
UpdateAppSettingsRequest |
setIcon(AppIcon icon)
An object containing information of the App icon (optional).
|
UpdateAppSettingsRequest |
setName(String name)
The App name (optional).
|
UpdateAppSettingsRequest |
setNumberPrecision(NumberPrecision numberPrecision)
An object containing the precision settings of numbers and calculations (optional).
|
UpdateAppSettingsRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
UpdateAppSettingsRequest |
setTheme(String theme)
The color theme (optional).
|
UpdateAppSettingsRequest |
setTitleField(TitleFiled titleField)
An object containing settings of record title (optional).
|
String |
toString() |
public Long getApp()
public String getName()
public String getDescription()
public AppIcon getIcon()
public String getTheme()
public TitleFiled getTitleField()
public NumberPrecision getNumberPrecision()
public Integer getFirstMonthOfFiscalYear()
public Boolean getEnableThumbnails()
public Boolean getEnableBulkDeletion()
public Boolean getEnableComments()
public Boolean getEnableDuplicateRecord()
public Boolean getEnableInlineRecordEditing()
public Long getRevision()
public UpdateAppSettingsRequest setApp(Long app)
this
.public UpdateAppSettingsRequest setName(String name)
this
.public UpdateAppSettingsRequest setDescription(String description)
this
.public UpdateAppSettingsRequest setIcon(AppIcon icon)
this
.public UpdateAppSettingsRequest setTheme(String theme)
this
.public UpdateAppSettingsRequest setTitleField(TitleFiled titleField)
this
.public UpdateAppSettingsRequest setNumberPrecision(NumberPrecision numberPrecision)
this
.public UpdateAppSettingsRequest setFirstMonthOfFiscalYear(Integer firstMonthOfFiscalYear)
this
.public UpdateAppSettingsRequest setEnableThumbnails(Boolean enableThumbnails)
this
.public UpdateAppSettingsRequest setEnableBulkDeletion(Boolean enableBulkDeletion)
this
.public UpdateAppSettingsRequest setEnableComments(Boolean enableComments)
this
.public UpdateAppSettingsRequest setEnableDuplicateRecord(Boolean enableDuplicateRecord)
this
.public UpdateAppSettingsRequest setEnableInlineRecordEditing(Boolean enableInlineRecordEditing)
this
.public UpdateAppSettingsRequest setRevision(Long revision)
this
.public boolean equals(Object o)
equals
in class Object
protected boolean canEqual(Object other)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object