@DTO @XMLBindable public class UESRoleInterfaceGetRoleListItem extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
code
Code of the role.
|
private java.lang.String |
name
The name of the role.
|
private UESURI |
uri
UESURI of the role with the connected interface.
|
Constructor and Description |
---|
UESRoleInterfaceGetRoleListItem() |
UESRoleInterfaceGetRoleListItem(UESURI uri,
Creates a new instance of UESRoleInterfaceGetRoleListItem.
|