Interface PercentAccessor.PercentBuilder<B extends PercentAccessor.PercentBuilder<B>>

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

public static interface PercentAccessor.PercentBuilder<B extends PercentAccessor.PercentBuilder<B>>
Provides a builder method for a % property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withPercent​(int aPercent)
    Sets the % for the % property.
  • Method Details

    • withPercent

      B withPercent​(int aPercent)
      Sets the % for the % property.
      Parameters:
      aPercent - The % to be stored by the % property.
      Returns:
      The builder for applying multiple build operations.