Uses of Class
com.ibm.cloud.cloudant.v1.model.Revisions
-
Packages that use Revisions Package Description com.ibm.cloud.cloudant.v1.model -
-
Uses of Revisions in com.ibm.cloud.cloudant.v1.model
Methods in com.ibm.cloud.cloudant.v1.model that return Revisions Modifier and Type Method Description Revisions
Revisions.Builder. build()
Builds a Revisions.Revisions
DesignDocument. getRevisions()
Gets the revisions.Revisions
Document. getRevisions()
Gets the revisions.Revisions
ReplicationDocument. getRevisions()
Gets the revisions.Methods in com.ibm.cloud.cloudant.v1.model with parameters of type Revisions Modifier and Type Method Description DesignDocument.Builder
DesignDocument.Builder. revisions(Revisions revisions)
Set the revisions.Document.Builder
Document.Builder. revisions(Revisions revisions)
Set the revisions.ReplicationDocument.Builder
ReplicationDocument.Builder. revisions(Revisions revisions)
Set the revisions.void
DesignDocument. setRevisions(Revisions revisions)
Sets the revisions.void
Document. setRevisions(Revisions revisions)
Sets the revisions.void
ReplicationDocument. setRevisions(Revisions revisions)
Sets the revisions.
-