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 home
RestRequestConsumer property
returning the builder for applying multiple build operations.-
Method Summary
Modifier and TypeMethodDescriptionwithHomeRequestConsumer(RestRequestConsumer aRequestConsumer) Sets the homeRestRequestConsumerfor the homeRestRequestConsumerproperty.
-
Method Details
-
withHomeRequestConsumer
Sets the homeRestRequestConsumerfor the homeRestRequestConsumerproperty.- Parameters:
aRequestConsumer- The homeRestRequestConsumerto be stored by the homeRestRequestConsumerproperty.- Returns:
- The builder for applying multiple build operations.
-