Uses of Class
com.ibm.cloud.cloudant.v1.model.GetLocalDocumentOptions.Builder
-
Packages that use GetLocalDocumentOptions.Builder Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of GetLocalDocumentOptions.Builder in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return GetLocalDocumentOptions.Builder Modifier and Type Method Description GetLocalDocumentOptions.Builder
GetLocalDocumentOptions.Builder. accept(String accept)
Set the accept.GetLocalDocumentOptions.Builder
GetLocalDocumentOptions.Builder. attachments(Boolean attachments)
Set the attachments.GetLocalDocumentOptions.Builder
GetLocalDocumentOptions.Builder. attEncodingInfo(Boolean attEncodingInfo)
Set the attEncodingInfo.GetLocalDocumentOptions.Builder
GetLocalDocumentOptions.Builder. db(String db)
Set the db.GetLocalDocumentOptions.Builder
GetLocalDocumentOptions.Builder. docId(String docId)
Set the docId.GetLocalDocumentOptions.Builder
GetLocalDocumentOptions.Builder. ifNoneMatch(String ifNoneMatch)
Set the ifNoneMatch.GetLocalDocumentOptions.Builder
GetLocalDocumentOptions.Builder. localSeq(Boolean localSeq)
Set the localSeq.GetLocalDocumentOptions.Builder
GetLocalDocumentOptions. newBuilder()
New builder.
-