public static enum SitemapInfo.Status extends java.lang.Enum<SitemapInfo.Status>
Enum Constant and Description |
---|
ON_DEMAND
Sitemap is available but served on-demand.
|
SCHEDULED
Sitemap is not yet available, generation is pending.
|
STORAGE
Sitemap is available and served from storage.
|
UNKNOWN
Sitemap not served on-demand, not served from storage, no schedule registered.
|
Modifier and Type | Method and Description |
---|---|
static SitemapInfo.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SitemapInfo.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SitemapInfo.Status ON_DEMAND
public static final SitemapInfo.Status STORAGE
public static final SitemapInfo.Status SCHEDULED
public static final SitemapInfo.Status UNKNOWN
That may mean the sitemap is generated on a different host.
public static SitemapInfo.Status[] values()
for (SitemapInfo.Status c : SitemapInfo.Status.values()) System.out.println(c);
public static SitemapInfo.Status valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010 - 2023 Adobe. All Rights Reserved