Interface WithIdBuilder<A>

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


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

      • withId

        A withId​(String id)
        Set the id
        Parameters:
        id - the id to set
        Returns:
        a builder with the given id