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 theAttachmentSummaryobjects 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 AttachmentSummaryAttachmentSummary.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.BuilderAttachmentSummary.Builder. copy(AttachmentSummary model)Method parameters in com.oracle.bmc.marketplaceprivateoffer.model with type arguments of type AttachmentSummary Modifier and Type Method Description AttachmentCollection.BuilderAttachmentCollection.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.
-