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