Class KeyOptions

java.lang.Object
com.arangodb.entity.KeyOptions

public final class KeyOptions extends Object
Author:
Mark Vollmary
  • Constructor Details

  • Method Details

    • getAllowUserKeys

      public Boolean getAllowUserKeys()
    • setAllowUserKeys

      public void setAllowUserKeys(Boolean allowUserKeys)
    • getType

      public KeyType getType()
    • setType

      public void setType(KeyType type)
    • getIncrement

      public Integer getIncrement()
    • setIncrement

      public void setIncrement(Integer increment)
    • getOffset

      public Integer getOffset()
    • setOffset

      public void setOffset(Integer offset)