Interface WithCopy<T>

All Known Implementing Classes:
EntityDescription, Publication

public interface WithCopy<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a Builder filled in with a copy of the data of the original object.
  • Method Details

    • 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.