Interface Versionable<T>

All Known Subinterfaces:
BackgroundVersionable, ChildrenDeletable, DeleteBuilder, DeleteBuilderMain, GuaranteeableDeletable, SetACLBuilder, SetDataBackgroundVersionable, SetDataBuilder, TransactionCheckBuilder<T>, TransactionDeleteBuilder<T>, TransactionSetDataBuilder<T>, VersionPathAndBytesable<T>
All Known Implementing Classes:
DeleteBuilderImpl, SetACLBuilderImpl, SetDataBuilderImpl

public interface Versionable<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    withVersion(int version)
    Use the given version (the default is -1)
  • Method Details

    • withVersion

      T withVersion(int version)
      Use the given version (the default is -1)
      Parameters:
      version - version to use
      Returns:
      this