|
| 1 | +// This file is generated as an Apex representation of the |
| 2 | +// corresponding sObject and its fields. |
| 3 | +// This read-only file is used by the Apex Language Server to |
| 4 | +// provide code smartness, and is deleted each time you |
| 5 | +// refresh your sObject definitions. |
| 6 | +// To edit your sObjects and their fields, edit the corresponding |
| 7 | +// .object-meta.xml and .field-meta.xml files. |
| 8 | + |
| 9 | +global class Account { |
| 10 | + global Id Id; |
| 11 | + global Boolean IsDeleted; |
| 12 | + global Account MasterRecord; |
| 13 | + global Id MasterRecordId; |
| 14 | + global String Name; |
| 15 | + global String Type; |
| 16 | + global Account Parent; |
| 17 | + global Id ParentId; |
| 18 | + global String BillingStreet; |
| 19 | + global String BillingCity; |
| 20 | + global String BillingState; |
| 21 | + global String BillingPostalCode; |
| 22 | + global String BillingCountry; |
| 23 | + global Double BillingLatitude; |
| 24 | + global Double BillingLongitude; |
| 25 | + global String BillingGeocodeAccuracy; |
| 26 | + global Address BillingAddress; |
| 27 | + global String ShippingStreet; |
| 28 | + global String ShippingCity; |
| 29 | + global String ShippingState; |
| 30 | + global String ShippingPostalCode; |
| 31 | + global String ShippingCountry; |
| 32 | + global Double ShippingLatitude; |
| 33 | + global Double ShippingLongitude; |
| 34 | + global String ShippingGeocodeAccuracy; |
| 35 | + global Address ShippingAddress; |
| 36 | + global String Phone; |
| 37 | + global String Fax; |
| 38 | + global String AccountNumber; |
| 39 | + global String Website; |
| 40 | + global String PhotoUrl; |
| 41 | + global String Sic; |
| 42 | + global String Industry; |
| 43 | + global Decimal AnnualRevenue; |
| 44 | + global Integer NumberOfEmployees; |
| 45 | + global String Ownership; |
| 46 | + global String TickerSymbol; |
| 47 | + global String Description; |
| 48 | + global String Rating; |
| 49 | + global String Site; |
| 50 | + global User Owner; |
| 51 | + global Id OwnerId; |
| 52 | + global Datetime CreatedDate; |
| 53 | + global User CreatedBy; |
| 54 | + global Id CreatedById; |
| 55 | + global Datetime LastModifiedDate; |
| 56 | + global User LastModifiedBy; |
| 57 | + global Id LastModifiedById; |
| 58 | + global Datetime SystemModstamp; |
| 59 | + global Date LastActivityDate; |
| 60 | + global Datetime LastViewedDate; |
| 61 | + global Datetime LastReferencedDate; |
| 62 | + global String Jigsaw; |
| 63 | + global String JigsawCompanyId; |
| 64 | + global String CleanStatus; |
| 65 | + global String AccountSource; |
| 66 | + global String DunsNumber; |
| 67 | + global String Tradestyle; |
| 68 | + global String NaicsCode; |
| 69 | + global String NaicsDesc; |
| 70 | + global String YearStarted; |
| 71 | + global String SicDesc; |
| 72 | + global DandBCompany DandbCompany; |
| 73 | + global Id DandbCompanyId; |
| 74 | + global OperatingHours OperatingHours; |
| 75 | + global Id OperatingHoursId; |
| 76 | + global List<Account> ChildAccounts; |
| 77 | + global List<AccountCleanInfo> AccountCleanInfos; |
| 78 | + global List<AccountContactRole> AccountContactRoles; |
| 79 | + global List<AccountFeed> Feeds; |
| 80 | + global List<AccountHistory> Histories; |
| 81 | + global List<AccountPartner> AccountPartnersFrom; |
| 82 | + global List<AccountPartner> AccountPartnersTo; |
| 83 | + global List<AccountShare> Shares; |
| 84 | + global List<ActivityHistory> ActivityHistories; |
| 85 | + global List<AlternativePaymentMethod> AlternativePaymentMethods; |
| 86 | + global List<Asset> Assets; |
| 87 | + global List<Asset> ProvidedAssets; |
| 88 | + global List<Asset> ServicedAssets; |
| 89 | + global List<AssociatedLocation> AssociatedLocations; |
| 90 | + global List<AttachedContentDocument> AttachedContentDocuments; |
| 91 | + global List<Attachment> Attachments; |
| 92 | + global List<AuthorizationFormConsent> AuthorizationFormConsents; |
| 93 | + global List<AuthorizationFormConsent> RelatedAuthorizationFormConsents; |
| 94 | + global List<CardPaymentMethod> CardPaymentMethods; |
| 95 | + global List<Case> Cases; |
| 96 | + global List<CollaborationGroupRecord> RecordAssociatedGroups; |
| 97 | + global List<CombinedAttachment> CombinedAttachments; |
| 98 | + global List<CommSubscriptionConsent> CommSubscriptionConsents; |
| 99 | + global List<Contact> Contacts; |
| 100 | + global List<ContactPointAddress> ContactPointAddresses; |
| 101 | + global List<ContactPointEmail> ContactPointEmails; |
| 102 | + global List<ContactPointPhone> ContactPointPhones; |
| 103 | + global List<ContactRequest> ContactRequests; |
| 104 | + global List<ContentDocumentLink> ContentDocumentLinks; |
| 105 | + global List<Contract> Contracts; |
| 106 | + global List<CreditMemo> CreditMemos; |
| 107 | + global List<DigitalWallet> DigitalWallets; |
| 108 | + global List<DuplicateRecordItem> DuplicateRecordItems; |
| 109 | + global List<EmailMessage> Emails; |
| 110 | + global List<Entitlement> Entitlements; |
| 111 | + global List<EntitySubscription> FeedSubscriptionsForEntity; |
| 112 | + global List<Event> Events; |
| 113 | + global List<Expense> Expenses; |
| 114 | + global List<FinanceBalanceSnapshot> FinanceBalanceSnapshots; |
| 115 | + global List<FinanceTransaction> FinanceTransactions; |
| 116 | + global List<Invoice> Invoices; |
| 117 | + global List<MaintenancePlan> MaintenancePlans; |
| 118 | + global List<MessagingEndUser> MessagingEndUsers; |
| 119 | + global List<MessagingSession> MessagingSessions; |
| 120 | + global List<Note> Notes; |
| 121 | + global List<NoteAndAttachment> NotesAndAttachments; |
| 122 | + global List<OpenActivity> OpenActivities; |
| 123 | + global List<Opportunity> Opportunities; |
| 124 | + global List<OpportunityPartner> OpportunityPartnersTo; |
| 125 | + global List<Order> Orders; |
| 126 | + global List<Partner> PartnersFrom; |
| 127 | + global List<Partner> PartnersTo; |
| 128 | + global List<Payment> Payments; |
| 129 | + global List<PaymentAuthAdjustment> PaymentAuthAdjustments; |
| 130 | + global List<PaymentAuthorization> PaymentAuthorizations; |
| 131 | + global List<PaymentLineInvoice> PaymentLinesInvoice; |
| 132 | + global List<ProcessInstance> ProcessInstances; |
| 133 | + global List<ProcessInstanceHistory> ProcessSteps; |
| 134 | + global List<ProductRequest> ProductRequests; |
| 135 | + global List<ProductRequestLineItem> ProductRequestLineItems; |
| 136 | + global List<RecordAction> RecordActions; |
| 137 | + global List<RecordActionHistory> RecordActionHistories; |
| 138 | + global List<Refund> Refunds; |
| 139 | + global List<RefundLinePayment> RefundLinePayments; |
| 140 | + global List<ResourcePreference> ResourcePreferences; |
| 141 | + global List<ReturnOrder> ReturnOrders; |
| 142 | + global List<ScorecardAssociation> ScorecardAssociations; |
| 143 | + global List<ServiceAppointment> ServiceAppointmentAccount; |
| 144 | + global List<ServiceAppointment> ServiceAppointments; |
| 145 | + global List<ServiceContract> ServiceContracts; |
| 146 | + global List<ServiceResource> ServiceResources; |
| 147 | + global List<Swarm> Swarms; |
| 148 | + global List<SwarmMember> SwarmMembers; |
| 149 | + global List<Task> Tasks; |
| 150 | + global List<TopicAssignment> TopicAssignments; |
| 151 | + global List<User> Users; |
| 152 | + global List<WorkOrder> WorkOrders; |
| 153 | + global List<WorkPlanSelectionRule> WorkPlanSelectionRules; |
| 154 | + global List<AIInsightValue> SobjectLookupValue; |
| 155 | + global List<AIRecordInsight> Target; |
| 156 | + global List<AccountChangeEvent> Parent; |
| 157 | + global List<AccountContactRoleChangeEvent> Account; |
| 158 | + global List<AssetChangeEvent> AssetProvidedBy; |
| 159 | + global List<AssetChangeEvent> AssetServicedBy; |
| 160 | + global List<AuthorizationFormConsentChangeEvent> ConsentGiver; |
| 161 | + global List<AuthorizationFormConsentChangeEvent> RelatedRecord; |
| 162 | + global List<CampaignMember> LeadOrContact; |
| 163 | + global List<CaseChangeEvent> Account; |
| 164 | + global List<CommSubscriptionConsentChangeEvent> ConsentGiver; |
| 165 | + global List<ContactChangeEvent> Account; |
| 166 | + global List<ContactPointAddressChangeEvent> Parent; |
| 167 | + global List<ContentDistribution> RelatedRecord; |
| 168 | + global List<ContentDocumentLinkChangeEvent> LinkedEntity; |
| 169 | + global List<ContentVersion> FirstPublishLocation; |
| 170 | + global List<ContractChangeEvent> Account; |
| 171 | + global List<EmailMessageChangeEvent> RelatedTo; |
| 172 | + global List<EntitlementChangeEvent> Account; |
| 173 | + global List<EventChangeEvent> What; |
| 174 | + global List<EventRelationChangeEvent> Relation; |
| 175 | + global List<ExpenseChangeEvent> Account; |
| 176 | + global List<FeedComment> Parent; |
| 177 | + global List<FinanceBalanceSnapshotChangeEvent> Account; |
| 178 | + global List<FlowExecutionErrorEvent> ContextRecord; |
| 179 | + global List<FlowOrchestrationWorkItem> RelatedRecord; |
| 180 | + global List<Lead> ConvertedAccount; |
| 181 | + global List<MaintenancePlanChangeEvent> Account; |
| 182 | + global List<OutgoingEmail> RelatedTo; |
| 183 | + global List<PaymentMethod> Account; |
| 184 | + global List<ResourcePreferenceChangeEvent> RelatedRecord; |
| 185 | + global List<ReturnOrderChangeEvent> Account; |
| 186 | + global List<ServiceAppointmentChangeEvent> ParentRecord; |
| 187 | + global List<ServiceContractChangeEvent> Account; |
| 188 | + global List<TaskChangeEvent> What; |
| 189 | + global List<UserChangeEvent> Account; |
| 190 | + global List<UserRole> PortalAccount; |
| 191 | + global List<WorkOrderChangeEvent> Account; |
| 192 | + |
| 193 | + global Account () |
| 194 | + { |
| 195 | + } |
| 196 | +} |
0 commit comments