public final class GetRecordAclResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetRecordAclResponseBody(List<RecordRight> rights,
long revision)
Creates a new
GetRecordAclResponseBody instance. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getRevision()
The revision number of the App settings.
|
List<RecordRight> |
getRights()
The list of objects that contain data of record permissions, in order of priority.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"rights","revision"})
public GetRecordAclResponseBody(List<RecordRight> rights,
long revision)
GetRecordAclResponseBody instance.rights - The list of objects that contain data of record permissions, in order of priority.revision - The revision number of the App settings.public List<RecordRight> getRights()
public long getRevision()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object