Class CheckAndSetRequest.Builder

  • Enclosing class:
    CheckAndSetRequest

    public static class CheckAndSetRequest.Builder
    extends com.palantir.atlasdb.keyvalue.api.ImmutableCheckAndSetRequest.Builder
    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CheckAndSetRequest.Builder oldValue​(java.util.Optional<byte[]> oldValue)  
      • Methods inherited from class com.palantir.atlasdb.keyvalue.api.ImmutableCheckAndSetRequest.Builder

        build, cell, from, newValue, oldValueNullable, table
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Builder

        public Builder()