Interface TitleAccessor.TitleBuilder<B extends TitleAccessor.TitleBuilder<B>>

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

public static interface TitleAccessor.TitleBuilder<B extends TitleAccessor.TitleBuilder<B>>
Provides a builder method for a title property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTitle(String aTitle)
    Sets the title for the title property.
  • Method Details

    • withTitle

      B withTitle(String aTitle)
      Sets the title for the title property.
      Parameters:
      aTitle - The title to be stored by the title property.
      Returns:
      The builder for applying multiple build operations.