Uses of Class
com.oracle.bmc.marketplaceprivateoffer.model.AttachmentSummary
-
Packages that use AttachmentSummary Package Description com.oracle.bmc.marketplaceprivateoffer com.oracle.bmc.marketplaceprivateoffer.model -
-
Uses of AttachmentSummary in com.oracle.bmc.marketplaceprivateoffer
Methods in com.oracle.bmc.marketplaceprivateoffer 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.marketplaceprivateoffer.model
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return AttachmentSummary Modifier and Type Method Description AttachmentSummary
AttachmentSummary.Builder. build()
Methods in com.oracle.bmc.marketplaceprivateoffer.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.marketplaceprivateoffer.model with parameters of type AttachmentSummary Modifier and Type Method Description AttachmentSummary.Builder
AttachmentSummary.Builder. copy(AttachmentSummary model)
Method parameters in com.oracle.bmc.marketplaceprivateoffer.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.marketplaceprivateoffer.model with type arguments of type AttachmentSummary Constructor Description AttachmentCollection(List<AttachmentSummary> items)
Deprecated.
-