Uses of Class
com.oracle.bmc.marketplacepublisher.model.ListingRevisionNoteSummary
-
Packages that use ListingRevisionNoteSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of ListingRevisionNoteSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type ListingRevisionNoteSummary Modifier and Type Method Description Iterable<ListingRevisionNoteSummary>
MarketplacePublisherPaginators. listListingRevisionNotesRecordIterator(ListListingRevisionNotesRequest request)
Creates a new iterable which will iterate over theListingRevisionNoteSummary
objects contained in responses from the listListingRevisionNotes operation. -
Uses of ListingRevisionNoteSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ListingRevisionNoteSummary Modifier and Type Method Description ListingRevisionNoteSummary
ListingRevisionNoteSummary.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type ListingRevisionNoteSummary Modifier and Type Method Description List<ListingRevisionNoteSummary>
ListingRevisionNoteCollection. getItems()
List of note summary.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ListingRevisionNoteSummary Modifier and Type Method Description ListingRevisionNoteSummary.Builder
ListingRevisionNoteSummary.Builder. copy(ListingRevisionNoteSummary model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingRevisionNoteSummary Modifier and Type Method Description ListingRevisionNoteCollection.Builder
ListingRevisionNoteCollection.Builder. items(List<ListingRevisionNoteSummary> items)
List of note summary.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingRevisionNoteSummary Constructor Description ListingRevisionNoteCollection(List<ListingRevisionNoteSummary> items)
Deprecated.
-