Uses of Class
com.oracle.bmc.marketplacepublisher.model.Term.Author
-
Packages that use Term.Author Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Term.Author in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Term.Author Modifier and Type Method Description static Term.Author
Term.Author. create(String key)
Term.Author
Term. getAuthor()
Who authored the term.Term.Author
TermSummary. getAuthor()
Who authored the term.Term.Author
TermVersion. getAuthor()
Who authored the term.Term.Author
TermVersion. getTermAuthor()
Who authored the term.static Term.Author
Term.Author. valueOf(String name)
Returns the enum constant of this type with the specified name.static Term.Author[]
Term.Author. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Term.Author Modifier and Type Method Description Term.Builder
Term.Builder. author(Term.Author author)
Who authored the term.TermSummary.Builder
TermSummary.Builder. author(Term.Author author)
Who authored the term.TermVersion.Builder
TermVersion.Builder. author(Term.Author author)
Who authored the term.TermVersion.Builder
TermVersion.Builder. termAuthor(Term.Author termAuthor)
Who authored the term.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Term.Author Constructor Description Term(String id, String name, Term.Author author, String compartmentId, String publisherId, Term.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.TermSummary(String id, String compartmentId, String name, Term.Author author, Term.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.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.
-