| java.lang.Object | |||
| ↳ | com.google.gdata.data.AbstractExtension | ||
| ↳ | com.google.gdata.data.ValueConstruct | ||
| ↳ | com.google.gdata.data.acl.AdditionalRole | ||
Describes an additional role for an entry in an access control list.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | VALUE | XML "value" attribute name | |||||||||
| String | XML_NAME | XML element name | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| APPENDER | Predefined value 'appender' to indicate that a user has the right to add to the controlled object. | ||||||||||
| COMMENTER | Predefined value 'commenter' to indicate that a user has the right to comment on the controlled object. | ||||||||||
| EXECUTER | Predefined value 'executer' to indicate that a user has the right to execute the controlled object. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructor (mutable or immutable).
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the extension description, specifying whether it is required, and
whether it is repeatable.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.ValueConstruct
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
XML "value" attribute name
XML element name
Predefined value 'appender' to indicate that a user has the right to add to the controlled object.
Predefined value 'commenter' to indicate that a user has the right to comment on the controlled object.
Predefined value 'executer' to indicate that a user has the right to execute the controlled object.
Default mutable constructor.
Constructor (mutable or immutable).
| value | Immutable value or null for a mutable value
|
|---|
Returns the extension description, specifying whether it is required, and whether it is repeatable.
| required | Whether it is required |
|---|---|
| repeatable | Whether it is repeatable |