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 theListingRevisionNoteSummaryobjects 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 ListingRevisionNoteSummaryListingRevisionNoteSummary.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.BuilderListingRevisionNoteSummary.Builder. copy(ListingRevisionNoteSummary model)Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type ListingRevisionNoteSummary Modifier and Type Method Description ListingRevisionNoteCollection.BuilderListingRevisionNoteCollection.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.
-