Interface CollectionContext.Builder.OriginStep
- Enclosing class:
- CollectionContext.Builder
public static interface CollectionContext.Builder.OriginStep
Third step of the step builder, requiring value origin to be set.
-
Method Summary
Modifier and TypeMethodDescriptionvalueOrigin
(ValueOrigin valueOrigin) Sets the value origin for this collection.
-
Method Details
-
valueOrigin
Sets the value origin for this collection.- Parameters:
valueOrigin
- TheValueOrigin
enum value.- Returns:
- The next step in the builder.
- Throws:
NullPointerException
- if valueOrigin is null
-