@Generated(value="") public class CollectionPageSettings extends PageSettings implements java.io.Serializable
PageSettings.Type| Modifier and Type | Field and Description |
|---|---|
protected CollectionReference |
collectionReference |
java.lang.String |
xClassName |
customMetaTags, hiddenFromNavigation, navigationMenuSettings, openGraphSettings, seoSettings, type| Constructor and Description |
|---|
CollectionPageSettings() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
@Valid CollectionReference |
getCollectionReference() |
int |
hashCode() |
void |
setCollectionReference(CollectionReference collectionReference) |
void |
setCollectionReference(com.liferay.petra.function.UnsafeSupplier<CollectionReference,java.lang.Exception> collectionReferenceUnsafeSupplier) |
static CollectionPageSettings |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static CollectionPageSettings |
unsafeToDTO(java.lang.String json) |
getCustomMetaTags, getHiddenFromNavigation, getNavigationMenuSettings, getOpenGraphSettings, getSeoSettings, getType, getTypeAsString, setCustomMetaTags, setCustomMetaTags, setHiddenFromNavigation, setHiddenFromNavigation, setNavigationMenuSettings, setNavigationMenuSettings, setOpenGraphSettings, setOpenGraphSettings, setSeoSettings, setSeoSettings, setType, setTypeprotected CollectionReference collectionReference
public java.lang.String xClassName
public static CollectionPageSettings toDTO(java.lang.String json)
public static CollectionPageSettings unsafeToDTO(java.lang.String json)
@Valid public @Valid CollectionReference getCollectionReference()
public void setCollectionReference(CollectionReference collectionReference)
public void setCollectionReference(com.liferay.petra.function.UnsafeSupplier<CollectionReference,java.lang.Exception> collectionReferenceUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class PageSettingspublic int hashCode()
hashCode in class PageSettingspublic java.lang.String toString()
toString in class PageSettings