Interface ReferenceeAccessor.ReferenceeBuilder<REFERENCEE,​B extends ReferenceeAccessor.ReferenceeBuilder<REFERENCEE,​B>>

Type Parameters:
REFERENCEE - the referencee type.
B - The builder to return in order to be able to apply multiple build operations.
Enclosing interface:
ReferenceeAccessor<REFERENCEE>

public static interface ReferenceeAccessor.ReferenceeBuilder<REFERENCEE,​B extends ReferenceeAccessor.ReferenceeBuilder<REFERENCEE,​B>>
Provides a builder method for a referencee property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type Method Description
    B withReferencee​(REFERENCEE aReferencee)
    Sets the referencee for the referencee property.
  • Method Details

    • withReferencee

      B withReferencee​(REFERENCEE aReferencee)
      Sets the referencee for the referencee property.
      Parameters:
      aReferencee - The referencee to be stored by the referencee property.
      Returns:
      The builder for applying multiple build operations.