|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.xensource.xenapi.Role.Record
public static class Role.Record
Represents all the fields in a Role
| Field Summary | |
|---|---|
String |
nameDescription
what this role is for |
String |
nameLabel
a short user-friendly name for the role |
Set<Role> |
subroles
a list of pointers to other roles or permissions |
String |
uuid
Unique identifier/object reference |
| Constructor Summary | |
|---|---|
Role.Record()
|
|
| Method Summary | |
|---|---|
Map<String,Object> |
toMap()
Convert a role.Record to a Map |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String uuid
public String nameLabel
public String nameDescription
public Set<Role> subroles
| Constructor Detail |
|---|
public Role.Record()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Map<String,Object> toMap()
toMap in interface Types.Record
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||