public class UpdateAppAclRequest extends Object implements KintoneRequest
| Constructor and Description |
|---|
UpdateAppAclRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getApp()
The App ID (required).
|
Long |
getRevision()
The expected revision number of the App settings (optional).
|
List<AppRightEntity> |
getRights()
The list of App permissions, in order of priority (required).
|
int |
hashCode() |
UpdateAppAclRequest |
setApp(Long app)
The App ID (required).
|
UpdateAppAclRequest |
setRevision(Long revision)
The expected revision number of the App settings (optional).
|
UpdateAppAclRequest |
setRights(List<AppRightEntity> rights)
The list of App permissions, in order of priority (required).
|
String |
toString() |
public Long getApp()
public List<AppRightEntity> getRights()
public Long getRevision()
public UpdateAppAclRequest setApp(Long app)
this.public UpdateAppAclRequest setRights(List<AppRightEntity> rights)
this.public UpdateAppAclRequest 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