public final class GetAdminNotesPreviewResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetAdminNotesPreviewResponseBody(String content,
boolean includeInTemplateAndDuplicates,
long revision)
Creates a new
GetAdminNotesPreviewResponseBody 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 GetAdminNotesPreviewResponseBody(String content,
boolean includeInTemplateAndDuplicates,
long revision)
GetAdminNotesPreviewResponseBody 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 Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object