Class GetAttachmentOptions.Builder

java.lang.Object
com.ibm.cloud.cloudant.v1.model.GetAttachmentOptions.Builder
Enclosing class:
GetAttachmentOptions

public static class GetAttachmentOptions.Builder extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder(String db, String docId, String attachmentName)
      Instantiates a new builder with required properties.
      Parameters:
      db - the db
      docId - the docId
      attachmentName - the attachmentName
  • Method Details