Package com.ibm.cloud.cloudant.v1.model
Class GetDesignDocumentOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.cloudant.v1.model.GetDesignDocumentOptions.Builder
-
- Enclosing class:
- GetDesignDocumentOptions
public static class GetDesignDocumentOptions.Builder extends Object
Builder.
-
-
Method Summary
-
-
-
Method Detail
-
build
public GetDesignDocumentOptions build()
Builds a GetDesignDocumentOptions.- Returns:
- the new GetDesignDocumentOptions instance
-
db
public GetDesignDocumentOptions.Builder db(String db)
Set the db.- Parameters:
db
- the db- Returns:
- the GetDesignDocumentOptions builder
-
ddoc
public GetDesignDocumentOptions.Builder ddoc(String ddoc)
Set the ddoc.- Parameters:
ddoc
- the ddoc- Returns:
- the GetDesignDocumentOptions builder
-
ifNoneMatch
public GetDesignDocumentOptions.Builder ifNoneMatch(String ifNoneMatch)
Set the ifNoneMatch.- Parameters:
ifNoneMatch
- the ifNoneMatch- Returns:
- the GetDesignDocumentOptions builder
-
attachments
public GetDesignDocumentOptions.Builder attachments(Boolean attachments)
Set the attachments.- Parameters:
attachments
- the attachments- Returns:
- the GetDesignDocumentOptions builder
-
attEncodingInfo
public GetDesignDocumentOptions.Builder attEncodingInfo(Boolean attEncodingInfo)
Set the attEncodingInfo.- Parameters:
attEncodingInfo
- the attEncodingInfo- Returns:
- the GetDesignDocumentOptions builder
-
conflicts
public GetDesignDocumentOptions.Builder conflicts(Boolean conflicts)
Set the conflicts.- Parameters:
conflicts
- the conflicts- Returns:
- the GetDesignDocumentOptions builder
-
deletedConflicts
public GetDesignDocumentOptions.Builder deletedConflicts(Boolean deletedConflicts)
Set the deletedConflicts.- Parameters:
deletedConflicts
- the deletedConflicts- Returns:
- the GetDesignDocumentOptions builder
-
latest
public GetDesignDocumentOptions.Builder latest(Boolean latest)
Set the latest.- Parameters:
latest
- the latest- Returns:
- the GetDesignDocumentOptions builder
-
localSeq
public GetDesignDocumentOptions.Builder localSeq(Boolean localSeq)
Set the localSeq.- Parameters:
localSeq
- the localSeq- Returns:
- the GetDesignDocumentOptions builder
-
meta
public GetDesignDocumentOptions.Builder meta(Boolean meta)
Set the meta.- Parameters:
meta
- the meta- Returns:
- the GetDesignDocumentOptions builder
-
rev
public GetDesignDocumentOptions.Builder rev(String rev)
Set the rev.- Parameters:
rev
- the rev- Returns:
- the GetDesignDocumentOptions builder
-
revs
public GetDesignDocumentOptions.Builder revs(Boolean revs)
Set the revs.- Parameters:
revs
- the revs- Returns:
- the GetDesignDocumentOptions builder
-
revsInfo
public GetDesignDocumentOptions.Builder revsInfo(Boolean revsInfo)
Set the revsInfo.- Parameters:
revsInfo
- the revsInfo- Returns:
- the GetDesignDocumentOptions builder
-
-