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()
void
setCreatedBy
(Integer createdBy) void
setCreatedDate
(String createdDate) void
void
setRelationshipType
(String relationshipType) void
setSourceDocId
(Integer sourceDocId) void
setTargetDocId
(Integer targetDocId) void
setTargetMajorVersion
(Integer targetMajorVersion) void
setTargetMinorVersion
(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
-