@Generated(value="")
public abstract class CollectionReference
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CollectionReference.CollectionType |
| Modifier and Type | Field and Description |
|---|---|
protected CollectionReference.CollectionType |
collectionType |
java.lang.String |
xClassName |
| Constructor and Description |
|---|
CollectionReference() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
@Valid CollectionReference.CollectionType |
getCollectionType() |
java.lang.String |
getCollectionTypeAsString() |
int |
hashCode() |
void |
setCollectionType(CollectionReference.CollectionType collectionType) |
void |
setCollectionType(com.liferay.petra.function.UnsafeSupplier<CollectionReference.CollectionType,java.lang.Exception> collectionTypeUnsafeSupplier) |
static CollectionReference |
toDTO(java.lang.String json) |
java.lang.String |
toString() |
static CollectionReference |
unsafeToDTO(java.lang.String json) |
protected CollectionReference.CollectionType collectionType
public java.lang.String xClassName
public static CollectionReference toDTO(java.lang.String json)
public static CollectionReference unsafeToDTO(java.lang.String json)
@Valid public @Valid CollectionReference.CollectionType getCollectionType()
public java.lang.String getCollectionTypeAsString()
public void setCollectionType(CollectionReference.CollectionType collectionType)
public void setCollectionType(com.liferay.petra.function.UnsafeSupplier<CollectionReference.CollectionType,java.lang.Exception> collectionTypeUnsafeSupplier)
public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object