Package org.refcodes.rest
Interface HomeRequestObserverAccessor.HomeRequestObserverBuilder<B extends HomeRequestObserverAccessor.HomeRequestObserverBuilder<B>>
-
- Type Parameters:
B- The builder to return in order to be able to apply multiple build operations.
- Enclosing interface:
- HomeRequestObserverAccessor
public static interface HomeRequestObserverAccessor.HomeRequestObserverBuilder<B extends HomeRequestObserverAccessor.HomeRequestObserverBuilder<B>>Provides a builder method for a homeRestRequestObserverproperty returning the builder for applying multiple build operations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BwithHomeRequestObserver(RestRequestObserver aRequestObserver)Sets the homeRestRequestObserverfor the homeRestRequestObserverproperty.
-
-
-
Method Detail
-
withHomeRequestObserver
B withHomeRequestObserver(RestRequestObserver aRequestObserver)
Sets the homeRestRequestObserverfor the homeRestRequestObserverproperty.- Parameters:
aRequestObserver- The homeRestRequestObserverto be stored by the homeRestRequestObserverproperty.- Returns:
- The builder for applying multiple build operations.
-
-