Class CustomCopyOption


  • public final class CustomCopyOption
    extends CopyOption
    CustomCopyOption Duration based custom options to copy.
    • Constructor Detail

      • CustomCopyOption

        public CustomCopyOption()
    • Method Detail

      • duration

        public String duration()
        Get the duration property: Data copied after given timespan.
        Returns:
        the duration value.
      • withDuration

        public CustomCopyOption withDuration​(String duration)
        Set the duration property: Data copied after given timespan.
        Parameters:
        duration - the duration value to set.
        Returns:
        the CustomCopyOption object itself.