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 Detail

      • withTitle

        B withTitle​(java.lang.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.