Interface NameAccessor.NameBuilder<B extends NameAccessor.NameBuilder<B>>

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

public static interface NameAccessor.NameBuilder<B extends NameAccessor.NameBuilder<B>>
Provides a builder method for a name property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withName​(String aName)
    Sets the name for the name property.
  • Method Details

    • withName

      B withName​(String aName)
      Sets the name for the name property.
      Parameters:
      aName - The name to be stored by the name property.
      Returns:
      The builder for applying multiple build operations.