public final class GetRecordAclPreviewResponseBody extends Object implements KintoneResponseBody
| Constructor and Description |
|---|
GetRecordAclPreviewResponseBody(List<RecordRight> rights,
long revision)
Creates a new
GetRecordAclPreviewResponseBody 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 GetRecordAclPreviewResponseBody(List<RecordRight> rights,
long revision)
GetRecordAclPreviewResponseBody 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