Package | Description |
---|---|
com.oracle.bmc.marketplacepublisher | |
com.oracle.bmc.marketplacepublisher.model |
Modifier and Type | Method and Description |
---|---|
static ListingRevisionNote.LifecycleState |
ListingRevisionNote.LifecycleState.create(String key) |
ListingRevisionNote.LifecycleState |
ListingRevisionNote.getLifecycleState()
The current state of the listing revision note.
|
ListingRevisionNote.LifecycleState |
ListingRevisionNoteSummary.getLifecycleState()
The current state of the note.
|
static ListingRevisionNote.LifecycleState |
ListingRevisionNote.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListingRevisionNote.LifecycleState[] |
ListingRevisionNote.LifecycleState.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.lifecycleState(ListingRevisionNote.LifecycleState lifecycleState)
The current state of the listing revision note.
|
ListingRevisionNoteSummary.Builder |
ListingRevisionNoteSummary.Builder.lifecycleState(ListingRevisionNote.LifecycleState lifecycleState)
The current state 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–2024. All rights reserved.