public final class GetAppSettingsResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetAppSettingsResponseBody(String name,
String description,
AppIcon icon,
String theme,
TitleFiled titleField,
NumberPrecision numberPrecision,
int firstMonthOfFiscalYear,
boolean enableThumbnails,
boolean enableBulkDeletion,
boolean enableComments,
boolean enableDuplicateRecord,
boolean enableInlineRecordEditing,
long revision)
Creates a new
GetAppSettingsResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
The app description in HTML format.
|
int |
getFirstMonthOfFiscalYear()
The settings of first month of fiscal year
|
AppIcon |
getIcon()
An object containing data of the App icon.
|
String |
getName()
The App name.
|
NumberPrecision |
getNumberPrecision()
An object containing the precision settings of numbers and calculations.
|
long |
getRevision()
The revision number of the App settings.
|
String |
getTheme()
The color theme.
|
TitleFiled |
getTitleField()
An object containing settings of record title.
|
int |
hashCode() |
boolean |
isEnableBulkDeletion()
The bulk deletion of records is enabled.
|
boolean |
isEnableComments()
The record comments feature is enabled.
|
boolean |
isEnableDuplicateRecord()
The "duplicate record" feature is enabled.
|
boolean |
isEnableInlineRecordEditing()
The inline record editing feature is enabled.
|
boolean |
isEnableThumbnails()
Thumbnails of image files attached to the File fields are enabled.
|
String |
toString() |
@ConstructorProperties(value={"name","description","icon","theme","titleField","numberPrecision","firstMonthOfFiscalYear","enableThumbnails","enableBulkDeletion","enableComments","enableDuplicateRecord","enableInlineRecordEditing","revision"}) public GetAppSettingsResponseBody(String name, String description, AppIcon icon, String theme, TitleFiled titleField, NumberPrecision numberPrecision, int firstMonthOfFiscalYear, boolean enableThumbnails, boolean enableBulkDeletion, boolean enableComments, boolean enableDuplicateRecord, boolean enableInlineRecordEditing, long revision)
GetAppSettingsResponseBody
instance.name
- The App name.description
- The app description in HTML format.icon
- An object containing data of the App icon.theme
- The color theme.titleField
- An object containing settings of record title.numberPrecision
- An object containing the precision settings of numbers and calculations.firstMonthOfFiscalYear
- The settings of first month of fiscal yearenableThumbnails
- Thumbnails of image files attached to the File fields are enabled.enableBulkDeletion
- The bulk deletion of records is enabled.enableComments
- The record comments feature is enabled.enableDuplicateRecord
- The "duplicate record" feature is enabled.enableInlineRecordEditing
- The inline record editing feature is enabled.revision
- The revision number of the App settings.public String getName()
public String getDescription()
public AppIcon getIcon()
public String getTheme()
public TitleFiled getTitleField()
public NumberPrecision getNumberPrecision()
public int getFirstMonthOfFiscalYear()
public boolean isEnableThumbnails()
public boolean isEnableBulkDeletion()
public boolean isEnableComments()
public boolean isEnableDuplicateRecord()
public boolean isEnableInlineRecordEditing()
public long getRevision()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object