Interface SuffixAccessor.SuffixBuilder<B extends SuffixAccessor.SuffixBuilder<B>>

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

public static interface SuffixAccessor.SuffixBuilder<B extends SuffixAccessor.SuffixBuilder<B>>
Provides a builder method for a suffix property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withSuffix(String aSuffix)
    Sets the suffix for the suffix property.
  • Method Details

    • withSuffix

      B withSuffix(String aSuffix)
      Sets the suffix for the suffix property.
      Parameters:
      aSuffix - The suffix to be stored by the suffix property.
      Returns:
      The builder for applying multiple build operations.