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.NoteSourceListingRevisionNote.NoteSource. create(String key)ListingRevisionNote.NoteSourceListingRevisionNote. getNoteSource()type of the note.ListingRevisionNote.NoteSourceListingRevisionNoteSummary. getNoteSource()type of the note.static ListingRevisionNote.NoteSourceListingRevisionNote.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.BuilderListingRevisionNote.Builder. noteSource(ListingRevisionNote.NoteSource noteSource)type of the note.ListingRevisionNoteSummary.BuilderListingRevisionNoteSummary.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.
-