| Package | Description |
|---|---|
| com.google.api.gbase.client |
| Modifier and Type | Method and Description |
|---|---|
static GmPublishingPriority.Value |
GmPublishingPriority.Value.getByText(String textValue)
Returns the priority value based on the
textValue
parameter, or null if no such value exists. |
GmPublishingPriority.Value |
MetadataEntryExtension.getGmPublishingPriority()
Returns the publishing priority for the entry or
null if
the entry doesn't contain this information. |
GmPublishingPriority.Value |
GmPublishingPriority.getValue() |
static GmPublishingPriority.Value |
GmPublishingPriority.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmPublishingPriority.Value[] |
GmPublishingPriority.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetadataEntryExtension.setGmPublishingPriority(GmPublishingPriority.Value value)
Sets the publishing priority for the entry.
|
void |
GmPublishingPriority.setValue(GmPublishingPriority.Value value) |
Copyright © 2012. All Rights Reserved.