| 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.ArchiveEntry | |||
Describes an Archive entry.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | KIND | Archive kind term value. | |||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CATEGORY | Archive 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 archive conversion.
| |||||||||||
Adds a new archive failure.
| |||||||||||
Adds a new archive resource id.
| |||||||||||
Declares the set of expected Extension types for an ExtensionPoint within
the target extension profile.
| |||||||||||
Returns the archive complete.
| |||||||||||
Returns the archive conversions.
| |||||||||||
Returns the archive failures.
| |||||||||||
Returns the archive notify.
| |||||||||||
Returns the archive notify status.
| |||||||||||
Returns the archive resource ids.
| |||||||||||
Returns the archive status.
| |||||||||||
Returns the archive total.
| |||||||||||
Returns the archive total complete.
| |||||||||||
Returns the archive total failure.
| |||||||||||
Returns the quota bytes used.
| |||||||||||
Returns whether it has the archive complete.
| |||||||||||
Returns whether it has the archive conversions.
| |||||||||||
Returns whether it has the archive failures.
| |||||||||||
Returns whether it has the archive notify.
| |||||||||||
Returns whether it has the archive notify status.
| |||||||||||
Returns whether it has the archive resource ids.
| |||||||||||
Returns whether it has the archive status.
| |||||||||||
Returns whether it has the archive total.
| |||||||||||
Returns whether it has the archive total complete.
| |||||||||||
Returns whether it has the archive total failure.
| |||||||||||
Returns whether it has the quota bytes used.
| |||||||||||
Sets the archive complete.
| |||||||||||
Sets the archive notify.
| |||||||||||
Sets the archive notify status.
| |||||||||||
Sets the archive status.
| |||||||||||
Sets the archive total.
| |||||||||||
Sets the archive total complete.
| |||||||||||
Sets the archive total failure.
| |||||||||||
Sets the quota bytes used.
| |||||||||||
| 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
| |||||||||||
Archive 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 archive conversion.
| archiveConversion | Archive conversion |
|---|
Adds a new archive failure.
| archiveFailure | Archive failure |
|---|
Adds a new archive resource id.
| archiveResourceId | Archive resource id |
|---|
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 archive conversions.
Returns the archive failures.
Returns the archive notify status.
Returns the archive resource ids.
Returns the archive total complete.
Returns the archive total failure.
Returns whether it has the archive complete.
Returns whether it has the archive conversions.
Returns whether it has the archive failures.
Returns whether it has the archive notify.
Returns whether it has the archive notify status.
Returns whether it has the archive resource ids.
Returns whether it has the archive status.
Returns whether it has the archive total.
Returns whether it has the archive total complete.
Returns whether it has the archive total failure.
Returns whether it has the quota bytes used.
Sets the archive complete.
| archiveComplete | Archive complete or null to reset
|
|---|
Sets the archive notify.
| archiveNotify | Archive notify or null to reset
|
|---|
Sets the archive notify status.
| archiveNotifyStatus | Archive notify status or null to
reset
|
|---|
Sets the archive status.
| archiveStatus | Archive status or null to reset
|
|---|
Sets the archive total.
| archiveTotal | Archive total or null to reset
|
|---|
Sets the archive total complete.
| archiveTotalComplete | Archive total complete or null to
reset
|
|---|
Sets the archive total failure.
| archiveTotalFailure | Archive total failure or null to
reset
|
|---|
Sets the quota bytes used.
| quotaBytesUsed | Quota bytes used 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.