public enum ReservationStatusTypeEnum extends java.lang.Enum<ReservationStatusTypeEnum> implements ReservationStatusType
Intangible.Builder| Enum Constant and Description |
|---|
RESERVATION_CANCELLED |
RESERVATION_CONFIRMED |
RESERVATION_HOLD |
RESERVATION_PENDING |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsJsonLdId()
Whether current JSON-LD node contains @id value.
|
boolean |
contentEquals(ValueType o)
Compares this ValueType to the specified ValueType.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getAdditionalTypeList()
Returns the value list of property additionalType.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getAlternateNameList()
Returns the value list of property alternateName.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDescriptionList()
Returns the value list of property description.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getDetailedDescriptionList()
Returns the value list of property detailedDescription.
|
java.lang.String |
getFullEnumValue()
Returns the full enum value name.
|
java.lang.String |
getFullTypeName()
Returns the full name of this schema.org type.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getImageList()
Returns the value list of property image.
|
com.google.common.collect.ImmutableList<ValueType> |
getJsonLdContextList()
Returns the list of JSON-LD context.
|
java.lang.String |
getJsonLdId()
Returns the value of @id.
|
com.google.common.collect.ImmutableMultimap<java.lang.String,Thing> |
getJsonLdReverseMap()
Returns the value of @reverse.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getMainEntityOfPageList()
Returns the value list of property mainEntityOfPage.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getNameList()
Returns the value list of property name.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPopularityScoreList()
Returns the value list of property popularityScore.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getPotentialActionList()
Returns the value list of property potentialAction.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getProperty(java.lang.String name)
Returns the list of values of a specified property.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSameAsList()
Returns the value list of property sameAs.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getSupersededByList()
Returns the value list of property supersededBy.
|
com.google.common.collect.ImmutableList<SchemaOrgType> |
getUrlList()
Returns the value list of property url.
|
boolean |
includesProperty(java.lang.String property)
Whether the property can be set in this type.
|
static ReservationStatusTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReservationStatusTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReservationStatusTypeEnum RESERVATION_CANCELLED
public static final ReservationStatusTypeEnum RESERVATION_CONFIRMED
public static final ReservationStatusTypeEnum RESERVATION_HOLD
public static final ReservationStatusTypeEnum RESERVATION_PENDING
public static ReservationStatusTypeEnum[] values()
for (ReservationStatusTypeEnum c : ReservationStatusTypeEnum.values()) System.out.println(c);
public static ReservationStatusTypeEnum 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 nullpublic java.lang.String getFullEnumValue()
EnumerationgetFullEnumValue in interface Enumerationpublic boolean containsJsonLdId()
JsonLdNodecontainsJsonLdId in interface JsonLdNodepublic com.google.common.collect.ImmutableList<ValueType> getJsonLdContextList()
JsonLdNodegetJsonLdContextList in interface JsonLdNode@Nullable
public java.lang.String getJsonLdId()
throws SchemaOrgException
JsonLdNodegetJsonLdId in interface JsonLdNodeSchemaOrgExceptionpublic com.google.common.collect.ImmutableMultimap<java.lang.String,Thing> getJsonLdReverseMap()
JsonLdNodegetJsonLdReverseMap in interface JsonLdNodepublic java.lang.String getFullTypeName()
SchemaOrgTypegetFullTypeName in interface SchemaOrgTypepublic boolean includesProperty(java.lang.String property)
SchemaOrgTypeincludesProperty in interface SchemaOrgTypeproperty - The name of property which can be short property name or full property name.public boolean contentEquals(ValueType o)
ValueTypecontentEquals in interface ValueTypepublic com.google.common.collect.ImmutableList<SchemaOrgType> getAdditionalTypeList()
ThinggetAdditionalTypeList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getAlternateNameList()
ThinggetAlternateNameList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getDescriptionList()
ThinggetDescriptionList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getImageList()
ThinggetImageList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getMainEntityOfPageList()
ThinggetMainEntityOfPageList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getNameList()
ThinggetNameList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getPotentialActionList()
ThinggetPotentialActionList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getSameAsList()
ThinggetSameAsList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getSupersededByList()
EnumerationgetSupersededByList in interface Enumerationpublic com.google.common.collect.ImmutableList<SchemaOrgType> getUrlList()
ThinggetUrlList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getDetailedDescriptionList()
ThinggetDetailedDescriptionList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getPopularityScoreList()
ThinggetPopularityScoreList in interface Thingpublic com.google.common.collect.ImmutableList<SchemaOrgType> getProperty(java.lang.String name)
SchemaOrgTypegetProperty in interface SchemaOrgTypename - The property name.