AI-generated Key Takeaways
-
Enums describe possible display modes for vanity pharma URLs.
-
There are four possible display modes:
UNSPECIFIED
,UNKNOWN
,MANUFACTURER_WEBSITE_URL
, andWEBSITE_DESCRIPTION
. -
UNSPECIFIED
means not specified. -
UNKNOWN
is used for return values only to represent a value unknown in this version. -
MANUFACTURER_WEBSITE_URL
replaces the vanity pharma URL with the manufacturer's website URL. -
WEBSITE_DESCRIPTION
replaces the vanity pharma URL with a description of the website.
Enum describing possible display modes for vanity pharma URLs.
Enums | |
---|---|
|
Not specified. |
|
Used for return value only. Represents value unknown in this version. |
|
Replace vanity pharma URL with manufacturer website url. |
|
Replace vanity pharma URL with description of the website. |