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