public final class GetAdminNotesResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetAdminNotesResponseBody(String content,
boolean includeInTemplateAndDuplicates,
long revision)
Creates a new
GetAdminNotesResponseBody instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getContent()
The content of the notes.
|
long |
getRevision()
The revision number of the App settings.
|
int |
hashCode() |
boolean |
isIncludeInTemplateAndDuplicates()
The permission settings to include this note in app templates or duplicates.
|
String |
toString() |
@ConstructorProperties(value={"content","includeInTemplateAndDuplicates","revision"}) public GetAdminNotesResponseBody(String content, boolean includeInTemplateAndDuplicates, long revision)
GetAdminNotesResponseBody
instance.content
- The content of the notes. If not set, an empty string is returned.includeInTemplateAndDuplicates
- The permission settings to include this note in app templates or duplicates.revision
- The revision number of the App settings.public String getContent()
public boolean isIncludeInTemplateAndDuplicates()
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