Class GetAndTouchOptions

java.lang.Object
com.couchbase.client.java.CommonOptions<GetAndTouchOptions>
com.couchbase.client.java.kv.GetAndTouchOptions

public class GetAndTouchOptions extends CommonOptions<GetAndTouchOptions>
  • Method Details

    • getAndTouchOptions

      public static GetAndTouchOptions getAndTouchOptions()
    • transcoder

      public GetAndTouchOptions transcoder(Transcoder transcoder)
      Allows to specify a custom transcoder that is used to decode the content of the result.
      Parameters:
      transcoder - the custom transcoder that should be used for decoding.
      Returns:
      the GetOptions to allow method chaining.
    • build

      @Internal public GetAndTouchOptions.Built build()