Class Revisions

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.Revisions
All Implemented Interfaces:
ObjectModel

public class Revisions extends GenericModel
Schema for list of revision information.
  • Method Details

    • newBuilder

      public Revisions.Builder newBuilder()
      New builder.
      Returns:
      a Revisions builder
    • ids

      public List<String> ids()
      Gets the ids. Array of valid revision IDs, in reverse order (latest first).
      Returns:
      the ids
    • start

      public Long start()
      Gets the start. Prefix number for the latest revision.
      Returns:
      the start