public class UpdateAdminNotesRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateAdminNotesRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
String |
getContent()
The content of the notes (optional).
|
Boolean |
getIncludeInTemplateAndDuplicates()
The permission settings to include this note in app templates or duplicates (optional).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
int |
hashCode() |
UpdateAdminNotesRequest |
setApp(Long app)
The App ID (required).
|
UpdateAdminNotesRequest |
setContent(String content)
The content of the notes (optional).
|
UpdateAdminNotesRequest |
setIncludeInTemplateAndDuplicates(Boolean includeInTemplateAndDuplicates)
The permission settings to include this note in app templates or duplicates (optional).
|
UpdateAdminNotesRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
String |
toString() |
public Long getApp()
public String getContent()
public Boolean getIncludeInTemplateAndDuplicates()
public Long getRevision()
public UpdateAdminNotesRequest setApp(Long app)
this.public UpdateAdminNotesRequest setContent(String content)
this.public UpdateAdminNotesRequest setIncludeInTemplateAndDuplicates(Boolean includeInTemplateAndDuplicates)
this.public UpdateAdminNotesRequest setRevision(Long revision)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object