Interface BackgroundAccessor.BackgroundBuilder<T,B extends BackgroundAccessor.BackgroundBuilder<T,B>>

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

public static interface BackgroundAccessor.BackgroundBuilder<T,B extends BackgroundAccessor.BackgroundBuilder<T,B>>
Provides a builder method for a background property returning the builder for applying multiple build operations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withBackground(T aBackground)
    Sets the background for the background property.
  • Method Details

    • withBackground

      B withBackground(T aBackground)
      Sets the background for the background property.
      Parameters:
      aBackground - The background to be stored by the background property.
      Returns:
      The builder for applying multiple build operations.