Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static Term.Author |
Term.Author.create(String key) |
Term.Author |
TermVersion.getAuthor()
Who authored the term.
|
Term.Author |
TermSummary.getAuthor()
Who authored the term.
|
Term.Author |
Term.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.
|
Modifier and Type | Method and Description |
---|---|
TermVersion.Builder |
TermVersion.Builder.author(Term.Author author)
Who authored the term.
|
TermSummary.Builder |
TermSummary.Builder.author(Term.Author author)
Who authored the term.
|
Term.Builder |
Term.Builder.author(Term.Author author)
Who authored the term.
|
TermVersion.Builder |
TermVersion.Builder.termAuthor(Term.Author termAuthor)
Who authored the term.
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.