Interface FullNameAccessor.FullNameBuilder<B extends FullNameAccessor.FullNameBuilder<B>>

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


    public static interface FullNameAccessor.FullNameBuilder<B extends FullNameAccessor.FullNameBuilder<B>>
    Provides a builder method for a full name property returning the builder for applying multiple build operations.
    • Method Detail

      • withFullName

        B withFullName​(java.lang.String aFullName)
        Sets the full name for the full name property.
        Parameters:
        aFullName - The full name to be stored by the full name property.
        Returns:
        The builder for applying multiple build operations.