Uses of Class
com.oracle.bmc.marketplacepublisher.model.TermVersionAttachment
-
Packages that use TermVersionAttachment Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of TermVersionAttachment in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return TermVersionAttachment Modifier and Type Method Description TermVersionAttachmentTermVersionAttachment.Builder. build()TermVersionAttachmentTermVersion. getAttachment()Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type TermVersionAttachment Modifier and Type Method Description TermVersion.BuilderTermVersion.Builder. attachment(TermVersionAttachment attachment)TermVersionAttachment.BuilderTermVersionAttachment.Builder. copy(TermVersionAttachment model)Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type TermVersionAttachment Constructor Description TermVersion(String id, String termId, Term.Author termAuthor, String displayName, String compartmentId, TermVersionAttachment attachment, TermVersion.Status status, Term.Author author, TermVersion.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-