Package org.refcodes.rest
Interface HomeRequestObserverAccessor
-
- All Known Subinterfaces:
HomeRequestObserverAccessor.HomeRequestObserverProperty
public interface HomeRequestObserverAccessorProvides an accessor for a homeRestRequestObserverproperty.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHomeRequestObserverAccessor.HomeRequestObserverBuilder<B extends HomeRequestObserverAccessor.HomeRequestObserverBuilder<B>>Provides a builder method for a homeRestRequestObserverproperty returning the builder for applying multiple build operations.static interfaceHomeRequestObserverAccessor.HomeRequestObserverMutatorProvides a mutator for a homeRestRequestObserverproperty.static interfaceHomeRequestObserverAccessor.HomeRequestObserverPropertyProvides a homeRestRequestObserverproperty.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestRequestObservergetHomeRequestObserver()Retrieves the homeRestRequestObserverfrom the homeRestRequestObserverproperty.
-
-
-
Method Detail
-
getHomeRequestObserver
RestRequestObserver getHomeRequestObserver()
Retrieves the homeRestRequestObserverfrom the homeRestRequestObserverproperty.- Returns:
- The home
RestRequestObserverstored by the homeRestRequestObserverproperty.
-
-