@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(Object o) |
ContentTypeNames |
getAllowedFromTypes() |
ContentTypeNames |
getAllowedToTypes() |
String |
getFromSemantic() |
String |
getToSemantic() |
int |
hashCode() |
getCreatedTime, getCreator, getDescription, getDisplayName, getIcon, getModifiedTime, getModifier, getName
public String getFromSemantic()
public String getToSemantic()
public ContentTypeNames getAllowedFromTypes()
public ContentTypeNames getAllowedToTypes()
public static RelationshipType.Builder create()
public static RelationshipType.Builder create(RelationshipType relationshipType)