Class FileRequestDeadline.Builder

    • Field Detail

      • deadline

        protected java.util.Date deadline
      • allowLateUploads

        protected java.lang.String allowLateUploads
    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • withDeadline

        public FileRequestDeadline.Builder withDeadline​(java.util.Date deadline)
        Set value for optional field.
        Parameters:
        deadline - The deadline for this file request. Might be missing due to historical data gap.
        Returns:
        this builder
      • withAllowLateUploads

        public FileRequestDeadline.Builder withAllowLateUploads​(java.lang.String allowLateUploads)
        Set value for optional field.
        Parameters:
        allowLateUploads - If set, allow uploads after the deadline has passed.
        Returns:
        this builder