public final class GetAppAclPreviewResponseBody extends Object implements KintoneResponseBody
Constructor and Description |
---|
GetAppAclPreviewResponseBody(List<AppRightEntity> rights,
long revision)
Creates a new
GetAppAclPreviewResponseBody 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 GetAppAclPreviewResponseBody(List<AppRightEntity> rights, long revision)
GetAppAclPreviewResponseBody
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 Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object