Uses of Class
org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties.LastAttachment
-
Packages that use LastAttachment Package Description org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties This package contains all the beans for metadata objects in addition to the beans defined in the Open Connector Framework (OCF).org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest -
-
Uses of LastAttachment in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties
Constructors in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.properties with parameters of type LastAttachment Constructor Description LastAttachment(LastAttachment template)Copy/clone constructor -
Uses of LastAttachment in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest
Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest that return LastAttachment Modifier and Type Method Description LastAttachmentAssetResponse. getLastAttachment()Return the record of the last attachment to be made to the asset.Methods in org.odpi.openmetadata.commonservices.ocf.metadatamanagement.rest with parameters of type LastAttachment Modifier and Type Method Description voidAssetResponse. setLastAttachment(LastAttachment lastAttachment)Set up the record of the last attachment to be made to the asset.
-