Interface OffsetAccessor.OffsetBuilder<B extends OffsetAccessor.OffsetBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
OffsetAccessor

public static interface OffsetAccessor.OffsetBuilder<B extends OffsetAccessor.OffsetBuilder<B>>
Provides a builder method for a offset property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withOffset(int aOffset)
    Sets the offset for the offset property.
  • Method Details

    • withOffset

      B withOffset(int aOffset)
      Sets the offset for the offset property.
      Parameters:
      aOffset - The offset to be stored by the offset property.
      Returns:
      The builder for applying multiple build operations.