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.AuthorTerm.Author. create(String key)Term.AuthorTerm. getAuthor()Who authored the term.Term.AuthorTermSummary. getAuthor()Who authored the term.Term.AuthorTermVersion. getAuthor()Who authored the term.Term.AuthorTermVersion. getTermAuthor()Who authored the term.static Term.AuthorTerm.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.BuilderTerm.Builder. author(Term.Author author)Who authored the term.TermSummary.BuilderTermSummary.Builder. author(Term.Author author)Who authored the term.TermVersion.BuilderTermVersion.Builder. author(Term.Author author)Who authored the term.TermVersion.BuilderTermVersion.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.
-