@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, getDisplayName, 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 java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static RelationshipType.Builder create()
public static RelationshipType.Builder create(RelationshipType relationshipType)