-
- Type Parameters:
A- The object being built by this builder
- All Known Subinterfaces:
Annotation.Builder,Capabilities.Builder,Content.Builder<A,D>,Group.Builder,ImmutableProperties.Builder
public interface WithSave<A>Helper interface to indicate that a builder has a save method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Asave()Save content of the builder into an object
-
-
-
Method Detail
-
save
A save() throws IncompleteException
Save content of the builder into an object- Returns:
- the object being built by this builder
- Throws:
IncompleteException
-
-