Uses of Class
com.ibm.cloud.cloudant.v1.model.Attachment.Builder
-
Packages that use Attachment.Builder Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of Attachment.Builder in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return Attachment.Builder Modifier and Type Method Description Attachment.Builder
Attachment.Builder. contentType(String contentType)
Set the contentType.Attachment.Builder
Attachment.Builder. data(byte[] data)
Set the data.Attachment.Builder
Attachment.Builder. digest(String digest)
Set the digest.Attachment.Builder
Attachment.Builder. encodedLength(long encodedLength)
Set the encodedLength.Attachment.Builder
Attachment.Builder. encoding(String encoding)
Set the encoding.Attachment.Builder
Attachment.Builder. follows(Boolean follows)
Set the follows.Attachment.Builder
Attachment.Builder. length(long length)
Set the length.Attachment.Builder
Attachment. newBuilder()
New builder.Attachment.Builder
Attachment.Builder. revpos(long revpos)
Set the revpos.Attachment.Builder
Attachment.Builder. stub(Boolean stub)
Set the stub.
-