Module Values.SalesforceStandardObjectNameSource

Sourcetype nonrec t =
  1. | ACCOUNT
  2. | CAMPAIGN
  3. | CASE
  4. | CONTACT
  5. | CONTRACT
  6. | DOCUMENT
  7. | GROUP
  8. | IDEA
  9. | LEAD
  10. | OPPORTUNITY
  11. | PARTNER
  12. | PRICEBOOK
  13. | PRODUCT
  14. | PROFILE
  15. | SOLUTION
  16. | TASK
  17. | USER
  18. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t