Class FileRequestDeleteDetails.Builder

    • Field Detail

      • fileRequestId

        protected java.lang.String fileRequestId
    • Constructor Detail

      • Builder

        protected Builder()
    • Method Detail

      • withFileRequestId

        public FileRequestDeleteDetails.Builder withFileRequestId​(java.lang.String fileRequestId)
        Set value for optional field.
        Parameters:
        fileRequestId - File request id. Might be missing due to historical data gap. Must have length of at least 1 and match pattern "[-_0-9a-zA-Z]+".
        Returns:
        this builder
        Throws:
        java.lang.IllegalArgumentException - If any argument does not meet its preconditions.
      • withPreviousDetails

        public FileRequestDeleteDetails.Builder withPreviousDetails​(FileRequestDetails previousDetails)
        Set value for optional field.
        Parameters:
        previousDetails - Previous file request details. Might be missing due to historical data gap.
        Returns:
        this builder