Interface SizeAccessor.SizeBuilder<B extends SizeAccessor.SizeBuilder<B>>

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

public static interface SizeAccessor.SizeBuilder<B extends SizeAccessor.SizeBuilder<B>>
Provides a builder method for a size property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSize(int aSize)
    Sets the size for the size property.
  • Method Details

    • withSize

      B withSize(int aSize)
      Sets the size for the size property.
      Parameters:
      aSize - The size to be stored by the size property.
      Returns:
      The builder for applying multiple build operations.