// This file is generated as an Apex representation of the // corresponding sObject and its fields. // This read-only file is used by the Apex Language Server to // provide code smartness, and is deleted each time you // refresh your sObject definitions. // To edit your sObjects and their fields, edit the corresponding // .object-meta.xml and .field-meta.xml files. global class Contact { global Id Id; global Boolean IsDeleted; global Contact MasterRecord; global Id MasterRecordId; global Account Account; global Id AccountId; global String LastName; global String FirstName; global String Salutation; global String Name; global String OtherStreet; global String OtherCity; global String OtherState; global String OtherPostalCode; global String OtherCountry; global Double OtherLatitude; global Double OtherLongitude; global String OtherGeocodeAccuracy; global Address OtherAddress; global String MailingStreet; global String MailingCity; global String MailingState; global String MailingPostalCode; global String MailingCountry; global Double MailingLatitude; global Double MailingLongitude; global String MailingGeocodeAccuracy; global Address MailingAddress; global String Phone; global String Fax; global String MobilePhone; global String HomePhone; global String OtherPhone; global String AssistantPhone; global Contact ReportsTo; global Id ReportsToId; global String Email; global String Title; global String Department; global String AssistantName; global String LeadSource; global Date Birthdate; global String Description; global User Owner; global Id OwnerId; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Datetime SystemModstamp; global Date LastActivityDate; global Datetime LastCURequestDate; global Datetime LastCUUpdateDate; global Datetime LastViewedDate; global Datetime LastReferencedDate; global String EmailBouncedReason; global Datetime EmailBouncedDate; global Boolean IsEmailBounced; global String PhotoUrl; global String Jigsaw; global String JigsawContactId; global String CleanStatus; global Individual Individual; global Id IndividualId; global List AcceptedEventRelations; global List AccountContactRoles; global List ActivityHistories; global List Assets; global List AttachedContentDocuments; global List Attachments; global List CampaignMembers; global List Cases; global List CaseContactRoles; global List RecordAssociatedGroups; global List CombinedAttachments; global List ContactCleanInfos; global List Feeds; global List Histories; global List ContactRequests; global List Shares; global List ContentDocumentLinks; global List ContractsSigned; global List ContractContactRoles; global List DeclinedEventRelations; global List DuplicateRecordItems; global List EmailMessageRelations; global List EmailStatuses; global List FeedSubscriptionsForEntity; global List Events; global List EventRelations; global List ListEmailIndividualRecipients; global List Notes; global List NotesAndAttachments; global List OpenActivities; global List Opportunities; global List OpportunityContactRoles; global List OutgoingEmailRelations; global List ProcessInstances; global List ProcessSteps; global List RecordActions; global List RecordActionHistories; global List Tasks; global List TopicAssignments; global List UndecidedEventRelations; global List Users; global List PersonRecord; global List Contact; global List LeadOrContact; global List Contact; global List Member; global List ReportsTo; global List RelatedRecord; global List FirstPublishLocation; global List CustomerSigned; global List Who; global List Relation; global List Parent; global List RelatedRecord; global List ConvertedContact; global List SFDCId; global List Contact; global List BillToContact; global List CustomerAuthorizedBy; global List ShipToContact; global List BillToContact; global List CustomerAuthorizedBy; global List ShipToContact; global List Who; global List Contact; global Contact () { } }