Uses of Class
com.ibm.cloud.cloudant.v1.model.GetAttachmentOptions
-
Packages that use GetAttachmentOptions Package Description com.ibm.cloud.cloudant.v1 Cloudant v1.com.ibm.cloud.cloudant.v1.model -
-
Uses of GetAttachmentOptions in com.ibm.cloud.cloudant.v1
Methods in com.ibm.cloud.cloudant.v1 with parameters of type GetAttachmentOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<InputStream>
Cloudant. getAttachment(GetAttachmentOptions getAttachmentOptions)
Retrieve an attachment. -
Uses of GetAttachmentOptions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetAttachmentOptions Modifier and Type Method Description GetAttachmentOptions
GetAttachmentOptions.Builder. build()
Builds a GetAttachmentOptions.
-