Interface WithCopy<T>

  • All Known Implementing Classes:
    Publication

    public interface WithCopy<T>
    • Method Detail

      • copy

        T copy()
        Returns a Builder filled in with a copy of the data of the original object.
        Returns:
        a builder instance with filled in data.