Typed Inttegro FileLinkDeliveryMode value.
@type t() :: :redirect | :download | :inline | String.t()
@spec decode(String.t()) :: t()
@spec encode(t()) :: String.t()
@spec values() :: [t()]