public static class Object.Relationship extends VaultModel
Constructor and Description |
---|
Relationship() |
Modifier and Type | Method and Description |
---|---|
String |
getField() |
Object.ObjectReference |
getObjectReference() |
String |
getRelationshipDeletion() |
String |
getRelationshipLabel() |
String |
getRelationshipName() |
String |
getRelationshipType() |
void |
setField(String field) |
void |
setObjectReference(Object.ObjectReference objectReference) |
void |
setRelationshipDeletion(String relationshipDeletion) |
void |
setRelationshipLabel(String relationshipLabel) |
void |
setRelationshipName(String relationshipName) |
void |
setRelationshipType(String relationshipType) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getField()
public void setField(String field)
public Object.ObjectReference getObjectReference()
public void setObjectReference(Object.ObjectReference objectReference)
public String getRelationshipDeletion()
public void setRelationshipDeletion(String relationshipDeletion)
public String getRelationshipLabel()
public void setRelationshipLabel(String relationshipLabel)
public String getRelationshipName()
public void setRelationshipName(String relationshipName)
public String getRelationshipType()
public void setRelationshipType(String relationshipType)
Copyright © 2021. All rights reserved.