Uses of Class
com.oracle.bmc.marketplacepublisher.model.AttachmentSummary
-
Packages that use AttachmentSummary Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model -
-
Uses of AttachmentSummary in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type AttachmentSummary Modifier and Type Method Description Iterable<AttachmentSummary>
AttachmentPaginators. listAttachmentsRecordIterator(ListAttachmentsRequest request)
Creates a new iterable which will iterate over theAttachmentSummary
objects contained in responses from the listAttachments operation. -
Uses of AttachmentSummary in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return AttachmentSummary Modifier and Type Method Description AttachmentSummary
AttachmentSummary.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model that return types with arguments of type AttachmentSummary Modifier and Type Method Description List<AttachmentSummary>
AttachmentCollection. getItems()
List of attachment.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type AttachmentSummary Modifier and Type Method Description AttachmentSummary.Builder
AttachmentSummary.Builder. copy(AttachmentSummary model)
Method parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type AttachmentSummary Modifier and Type Method Description AttachmentCollection.Builder
AttachmentCollection.Builder. items(List<AttachmentSummary> items)
List of attachment.Constructor parameters in com.oracle.bmc.marketplacepublisher.model with type arguments of type AttachmentSummary Constructor Description AttachmentCollection(List<AttachmentSummary> items)
Deprecated.
-