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