public class RestGrantObject extends Object implements RestEntity
Constructor and Description |
---|
RestGrantObject() |
RestGrantObject(String objectName,
List<RestGrant> grants) |
Modifier and Type | Method and Description |
---|---|
List<RestGrant> |
getGrants() |
String |
getObjectName() |
void |
setGrants(List<RestGrant> grants) |
void |
setObjectName(String objectName) |
Copyright © 2015. All rights reserved.