Uses of Class
com.oracle.bmc.marketplacepublisher.model.ListingRevisionNote.LifecycleState
-
Packages that use ListingRevisionNote.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of ListingRevisionNote.LifecycleState in com.oracle.bmc.marketplacepublisher
-
Uses of ListingRevisionNote.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ListingRevisionNote.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingRevisionNote.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingRevisionNote.LifecycleState Constructor 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.
-