Uses of Class
com.oracle.bmc.marketplacepublisher.model.Attachment
-
Packages that use Attachment Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.responses -
-
Uses of Attachment in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Attachment Modifier and Type Method Description Attachment
Attachment.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Attachment Modifier and Type Method Description Attachment.Builder
Attachment.Builder. copy(Attachment model)
-
Uses of Attachment in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return Attachment Modifier and Type Method Description Attachment
CreateAttachmentResponse. getAttachment()
The returned Attachment instance.Attachment
GetAttachmentResponse. getAttachment()
The returned Attachment instance.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type Attachment Modifier and Type Method Description CreateAttachmentResponse.Builder
CreateAttachmentResponse.Builder. attachment(Attachment attachment)
The returned Attachment instance.GetAttachmentResponse.Builder
GetAttachmentResponse.Builder. attachment(Attachment attachment)
The returned Attachment instance.
-