@Beta public final class RelationshipType extends BaseSchema<RelationshipTypeName>
Modifier and Type | Class and Description |
---|---|
static class |
RelationshipType.Builder |
Modifier and Type | Method and Description |
---|---|
static RelationshipType.Builder |
create() |
static RelationshipType.Builder |
create(RelationshipType relationshipType) |
boolean |
equals(java.lang.Object o) |
ContentTypeNames |
getAllowedFromTypes() |
ContentTypeNames |
getAllowedToTypes() |
java.lang.String |
getFromSemantic() |
java.lang.String |
getToSemantic() |
int |
hashCode() |
getCreatedTime, getCreator, getDescription, getDescriptionI18nKey, getDisplayName, getDisplayNameI18nKey, getIcon, getModifiedTime, getModifier, getName
public java.lang.String getFromSemantic()
public java.lang.String getToSemantic()
public ContentTypeNames getAllowedFromTypes()
public ContentTypeNames getAllowedToTypes()
public boolean equals(java.lang.Object o)
equals
in class BaseSchema<RelationshipTypeName>
public int hashCode()
hashCode
in class BaseSchema<RelationshipTypeName>
public static RelationshipType.Builder create()
public static RelationshipType.Builder create(RelationshipType relationshipType)