| java.lang.Object | ||||
| ↳ | com.google.gdata.data.AbstractExtension | |||
| ↳ | com.google.gdata.data.ExtensionPoint | |||
| ↳ | com.google.gdata.data.BaseEntry<E extends com.google.gdata.data.BaseEntry> | |||
| ↳ | com.google.gdata.data.docs.MetadataEntry | |||
Describes a Metadata entry.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Metadata kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Metadata kind category. | ||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Default mutable constructor.
| |||||||||||
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new additional role info.
| |||||||||||
Adds a new export format.
| |||||||||||
Adds a new feature.
| |||||||||||
Adds a new import format.
| |||||||||||
Adds a new max upload size.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the additional role infos.
| |||||||||||
Returns the export formats.
| |||||||||||
Returns the features.
| |||||||||||
Returns the import formats.
| |||||||||||
Returns the largest changestamp.
| |||||||||||
Returns the max upload sizes.
| |||||||||||
Returns the quota bytes total.
| |||||||||||
Returns the quota bytes used.
| |||||||||||
Returns the quota bytes used in trash.
| |||||||||||
Returns the remaining changestamps.
| |||||||||||
Returns whether it has the additional role infos.
| |||||||||||
Returns whether it has the export formats.
| |||||||||||
Returns whether it has the features.
| |||||||||||
Returns whether it has the import formats.
| |||||||||||
Returns whether it has the largest changestamp.
| |||||||||||
Returns whether it has the max upload sizes.
| |||||||||||
Returns whether it has the quota bytes total.
| |||||||||||
Returns whether it has the quota bytes used.
| |||||||||||
Returns whether it has the quota bytes used in trash.
| |||||||||||
Returns whether it has the remaining changestamps.
| |||||||||||
Sets the largest changestamp.
| |||||||||||
Sets the quota bytes total.
| |||||||||||
Sets the quota bytes used.
| |||||||||||
Sets the quota bytes used in trash.
| |||||||||||
Sets the remaining changestamps.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks the attributes to see if there are any problems.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.gdata.data.BaseEntry
| |||||||||||
From class
com.google.gdata.data.ExtensionPoint
| |||||||||||
From class
com.google.gdata.data.AbstractExtension
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Extension
| |||||||||||
From interface
com.google.gdata.data.IAtom
| |||||||||||
From interface
com.google.gdata.data.IEntry
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptor
| |||||||||||
Metadata kind term value.
Default mutable constructor.
Constructs a new instance by doing a shallow copy of data from an existing
BaseEntry instance.
| sourceEntry | Source entry |
|---|
Adds a new additional role info.
| additionalRoleInfo | Additional role info |
|---|
Adds a new export format.
| exportFormat | Export format |
|---|
Adds a new import format.
| importFormat | Import format |
|---|
Adds a new max upload size.
| maxUploadSize | Max upload size |
|---|
Declares the set of expected Extension types for an ExtensionPoint within the target extension profile. The base implementation does not declare any extensions, but can be overridden by specific types of ExtensionPoints that always contain a well-defined set of extensions.
| extProfile | The ExtensionProfile to initialize. |
|---|
Returns the additional role infos.
Returns the largest changestamp.
Returns the max upload sizes.
Returns the quota bytes total.
Returns the quota bytes used in trash.
Returns the remaining changestamps.
Returns whether it has the additional role infos.
Returns whether it has the export formats.
Returns whether it has the features.
Returns whether it has the import formats.
Returns whether it has the largest changestamp.
Returns whether it has the max upload sizes.
Returns whether it has the quota bytes total.
Returns whether it has the quota bytes used.
Returns whether it has the quota bytes used in trash.
Returns whether it has the remaining changestamps.
Sets the largest changestamp.
| largestChangestamp | Largest changestamp or null to reset
|
|---|
Sets the quota bytes total.
| quotaBytesTotal | Quota bytes total or null to reset
|
|---|
Sets the quota bytes used.
| quotaBytesUsed | Quota bytes used or null to reset
|
|---|
Sets the quota bytes used in trash.
| quotaBytesUsedInTrash | Quota bytes used in trash or null
to reset
|
|---|
Sets the remaining changestamps.
| remainingChangestamps | Remaining changestamps or null to
reset
|
|---|
Checks the attributes to see if there are any problems. Default implementation does nothing, though generally this is discouraged unless there really are no restrictions.