Class DocumentRelationship
java.lang.Object
com.veeva.vault.vapil.api.model.VaultModel
com.veeva.vault.vapil.api.model.common.DocumentRelationship
Model for the Document/Binder relationship, used in:
- response of the retrieve/get
- inputs to create a Document/Binder relationship
- response of the retrieve/get
- inputs to create a Document/Binder relationship
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetCreatedBy(Integer createdBy) voidsetCreatedDate(String createdDate) voidvoidsetRelationshipType(String relationshipType) voidsetSourceDocId(Integer sourceDocId) voidsetTargetDocId(Integer targetDocId) voidsetTargetMajorVersion(Integer targetMajorVersion) voidsetTargetMinorVersion(Integer targetMinorVersion) Methods inherited from class com.veeva.vault.vapil.api.model.VaultModel
get, getBigDecimal, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
-
Constructor Details
-
DocumentRelationship
public DocumentRelationship()
-
-
Method Details
-
getCreatedBy
-
setCreatedBy
-
getCreatedDate
-
setCreatedDate
-
getId
-
setId
-
getSourceDocId
-
setSourceDocId
-
getRelationshipType
-
setRelationshipType
-
getTargetDocId
-
setTargetDocId
-
getTargetMajorVersion
-
setTargetMajorVersion
-
getTargetMinorVersion
-
setTargetMinorVersion
-