Interface LeftPaddingAccessor.LeftPaddingBuilder<B extends LeftPaddingAccessor.LeftPaddingBuilder<B>>

Type Parameters:
B - The builder to return in order to be able to apply multiple build operations.
All Known Subinterfaces:
Padding.PaddingBuilder<B>
Enclosing interface:
LeftPaddingAccessor

public static interface LeftPaddingAccessor.LeftPaddingBuilder<B extends LeftPaddingAccessor.LeftPaddingBuilder<B>>
Provides a builder method for a left padding property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withLeftPadding(int aLeftPadding)
    Sets the left padding for the left padding property.
  • Method Details

    • withLeftPadding

      B withLeftPadding(int aLeftPadding)
      Sets the left padding for the left padding property.
      Parameters:
      aLeftPadding - The left padding to be stored by the left padding property.
      Returns:
      The builder for applying multiple build operations.