@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2024-01-08T21:27:32.920Z") public class PermissionDetail extends Object
Constructor and Description |
---|
PermissionDetail() |
Modifier and Type | Method and Description |
---|---|
PermissionDetail |
entity(PermissionDetailEntity entity) |
boolean |
equals(Object o) |
AccessLevel |
getAccessLevel()
Get accessLevel
|
AccountRef |
getAccount()
Get account
|
DateTime |
getCreatedOn()
The date and time the permission was created.
|
PermissionDetailEntity |
getEntity()
Get entity
|
String |
getGuid()
A unique ID automatically generated on creation of a Permission.
|
DateTime |
getModifiedOn()
The date and time the permission was last modified.
|
String |
getType()
PermissionDetail
|
Long |
getVersion()
The optimistic locking version of the permission.
|
int |
hashCode() |
void |
setEntity(PermissionDetailEntity entity) |
void |
setVersion(Long version) |
String |
toString() |
PermissionDetail |
version(Long version) |
public String getGuid()
public AccessLevel getAccessLevel()
public PermissionDetail entity(PermissionDetailEntity entity)
public PermissionDetailEntity getEntity()
public void setEntity(PermissionDetailEntity entity)
public AccountRef getAccount()
public DateTime getCreatedOn()
public DateTime getModifiedOn()
public PermissionDetail version(Long version)
public Long getVersion()
public void setVersion(Long version)
public String getType()
Copyright © 2024 Sage Bionetworks. All rights reserved.