Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static ListingRevisionNote.NoteSource |
ListingRevisionNote.NoteSource.create(String key) |
ListingRevisionNote.NoteSource |
ListingRevisionNote.getNoteSource()
type of the note.
|
ListingRevisionNote.NoteSource |
ListingRevisionNoteSummary.getNoteSource()
type of the note.
|
static ListingRevisionNote.NoteSource |
ListingRevisionNote.NoteSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingRevisionNote.NoteSource[] |
ListingRevisionNote.NoteSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListingRevisionNote.Builder |
ListingRevisionNote.Builder.noteSource(ListingRevisionNote.NoteSource noteSource)
type of the note.
|
ListingRevisionNoteSummary.Builder |
ListingRevisionNoteSummary.Builder.noteSource(ListingRevisionNote.NoteSource noteSource)
type of the note.
|
Constructor and Description |
---|
ListingRevisionNote(String id,
String listingRevisionId,
String compartmentId,
ListingRevisionNote.NoteSource noteSource,
String noteDetails,
ListingRevisionNote.LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ListingRevisionNoteSummary(String id,
String listingRevisionId,
String compartmentId,
ListingRevisionNote.NoteSource noteSource,
String noteDetails,
ListingRevisionNote.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.