Uses of Class
com.oracle.bmc.marketplaceprivateoffer.model.CreateAttachmentDetails
-
Packages that use CreateAttachmentDetails Package Description com.oracle.bmc.marketplaceprivateoffer.model com.oracle.bmc.marketplaceprivateoffer.requests -
-
Uses of CreateAttachmentDetails in com.oracle.bmc.marketplaceprivateoffer.model
Methods in com.oracle.bmc.marketplaceprivateoffer.model that return CreateAttachmentDetails Modifier and Type Method Description CreateAttachmentDetails
CreateAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.marketplaceprivateoffer.model with parameters of type CreateAttachmentDetails Modifier and Type Method Description CreateAttachmentDetails.Builder
CreateAttachmentDetails.Builder. copy(CreateAttachmentDetails model)
-
Uses of CreateAttachmentDetails in com.oracle.bmc.marketplaceprivateoffer.requests
Methods in com.oracle.bmc.marketplaceprivateoffer.requests that return CreateAttachmentDetails Modifier and Type Method Description CreateAttachmentDetails
CreateAttachmentRequest. getBody$()
Alternative accessor for the body parameter.CreateAttachmentDetails
CreateAttachmentRequest. getCreateAttachmentDetails()
Details for the new Attachment.Methods in com.oracle.bmc.marketplaceprivateoffer.requests with parameters of type CreateAttachmentDetails Modifier and Type Method Description CreateAttachmentRequest.Builder
CreateAttachmentRequest.Builder. body$(CreateAttachmentDetails body)
Alternative setter for the body parameter.CreateAttachmentRequest.Builder
CreateAttachmentRequest.Builder. createAttachmentDetails(CreateAttachmentDetails createAttachmentDetails)
Details for the new Attachment.
-