Class BulkGetQueryDocument.Builder

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

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

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

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

    • build

      public BulkGetQueryDocument build()
      Builds a BulkGetQueryDocument.
      Returns:
      the new BulkGetQueryDocument instance
    • addAttsSince

      public BulkGetQueryDocument.Builder addAttsSince(String attsSince)
      Adds a new element to attsSince.
      Parameters:
      attsSince - the new element to be added
      Returns:
      the BulkGetQueryDocument builder
    • attsSince

      public BulkGetQueryDocument.Builder attsSince(List<String> attsSince)
      Set the attsSince. Existing attsSince will be replaced.
      Parameters:
      attsSince - the attsSince
      Returns:
      the BulkGetQueryDocument builder
    • id

      Set the id.
      Parameters:
      id - the id
      Returns:
      the BulkGetQueryDocument builder
    • rev

      Set the rev.
      Parameters:
      rev - the rev
      Returns:
      the BulkGetQueryDocument builder