Interface WithNewIdBuilder<A>

  • Type Parameters:
    A - The builder class
    All Known Subinterfaces:
    Annotation.Builder, Group.Builder


    public interface WithNewIdBuilder<A>
    Helper interface to indicate that a builder should assign a new ID to an object
    • Method Detail

      • newId

        A newId​()
        Assign a new id to the built object
        Returns:
        a builder with a new ID