// 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 Case { global Id Id; global Boolean IsDeleted; global Case MasterRecord; global Id MasterRecordId; global String CaseNumber; global Contact Contact; global Id ContactId; global Account Account; global Id AccountId; global Asset Asset; global Id AssetId; global Case Parent; global Id ParentId; global String SuppliedName; global String SuppliedEmail; global String SuppliedPhone; global String SuppliedCompany; global String Type; global String Status; global String Reason; global String Origin; global String Subject; global String Priority; global String Description; global Boolean IsClosed; global Datetime ClosedDate; global Boolean IsEscalated; global SObject 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 String ContactPhone; global String ContactMobile; global String ContactEmail; global String ContactFax; global String Comments; global Datetime LastViewedDate; global Datetime LastReferencedDate; global List ActivityHistories; global List AttachedContentDocuments; global List Attachments; global List Cases; global List CaseComments; global List CaseContactRoles; global List Feeds; global List Histories; global List Shares; global List CaseSolutions; global List TeamMembers; global List TeamTemplateRecords; global List RecordAssociatedGroups; global List CombinedAttachments; global List ContactRequests; global List ContentDocumentLinks; global List EmailMessages; global List Emails; global List FeedSubscriptionsForEntity; global List Events; global List OpenActivities; global List ProcessInstances; global List ProcessSteps; global List RecordActions; global List RecordActionHistories; global List Tasks; global List TopicAssignments; global List Parent; global List RelatedRecord; global List FirstPublishLocation; global List What; global List Relation; global List Parent; global List RelatedRecord; global List What; global Case () { } }