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