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 TermVersionAttachment
TermVersionAttachment.Builder. build()
TermVersionAttachment
TermVersion. getAttachment()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type TermVersionAttachment Modifier and Type Method Description TermVersion.Builder
TermVersion.Builder. attachment(TermVersionAttachment attachment)
TermVersionAttachment.Builder
TermVersionAttachment.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.
-