Package com.ibm.cloud.cloudant.v1.model
Class BulkGetQueryDocument.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.BulkGetQueryDocument.Builder
- Enclosing class:
 BulkGetQueryDocument
Builder.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionaddAttsSince(String attsSince) Adds a new element to attsSince.Set the attsSince.build()Builds a BulkGetQueryDocument.Set the id.Set the rev. 
- 
Constructor Details
- 
Builder
public Builder()Instantiates a new builder. - 
Builder
Instantiates a new builder with required properties.- Parameters:
 id- the id
 
 - 
 - 
Method Details
- 
build
Builds a BulkGetQueryDocument.- Returns:
 - the new BulkGetQueryDocument instance
 
 - 
addAttsSince
Adds a new element to attsSince.- Parameters:
 attsSince- the new element to be added- Returns:
 - the BulkGetQueryDocument builder
 
 - 
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
 
 
 -