// 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<ActivityHistory> ActivityHistories;
|
global List<AttachedContentDocument> AttachedContentDocuments;
|
global List<Attachment> Attachments;
|
global List<Case> Cases;
|
global List<CaseComment> CaseComments;
|
global List<CaseContactRole> CaseContactRoles;
|
global List<CaseFeed> Feeds;
|
global List<CaseHistory> Histories;
|
global List<CaseShare> Shares;
|
global List<CaseSolution> CaseSolutions;
|
global List<CaseTeamMember> TeamMembers;
|
global List<CaseTeamTemplateRecord> TeamTemplateRecords;
|
global List<CollaborationGroupRecord> RecordAssociatedGroups;
|
global List<CombinedAttachment> CombinedAttachments;
|
global List<ContactRequest> ContactRequests;
|
global List<ContentDocumentLink> ContentDocumentLinks;
|
global List<EmailMessage> EmailMessages;
|
global List<EmailMessage> Emails;
|
global List<EntitySubscription> FeedSubscriptionsForEntity;
|
global List<Event> Events;
|
global List<OpenActivity> OpenActivities;
|
global List<ProcessInstance> ProcessInstances;
|
global List<ProcessInstanceHistory> ProcessSteps;
|
global List<RecordAction> RecordActions;
|
global List<RecordActionHistory> RecordActionHistories;
|
global List<Task> Tasks;
|
global List<TopicAssignment> TopicAssignments;
|
global List<CaseChangeEvent> Parent;
|
global List<ContentDistribution> RelatedRecord;
|
global List<ContentVersion> FirstPublishLocation;
|
global List<EventChangeEvent> What;
|
global List<EventRelationChangeEvent> Relation;
|
global List<FeedComment> Parent;
|
global List<FlowRecordRelation> RelatedRecord;
|
global List<TaskChangeEvent> What;
|
|
global Case ()
|
{
|
}
|
}
|