Class BinaryUploadOptions

    • Field Detail

      • DEFAULT

        public static final BinaryUploadOptions DEFAULT
        Provides a default instance of this class. This instance enforces the proper default behaviors for the options.
    • Method Detail

      • isDomainOverrideIgnored

        public boolean isDomainOverrideIgnored()
        Indicates whether the option to ignore any configured domain override setting has been specified.
        Returns:
        true if the domain override should be ignored; false otherwise. The default behavior is false, meaning that any configured domain override setting should be honored.