// 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 User { global Id Id; global String Username; global String LastName; global String FirstName; global String Name; global String CompanyName; global String Division; global String Department; global String Title; global String Street; global String City; global String State; global String PostalCode; global String Country; global Double Latitude; global Double Longitude; global String GeocodeAccuracy; global Address Address; global String Email; global Boolean EmailPreferencesAutoBcc; global Boolean EmailPreferencesAutoBccStayInTouch; global Boolean EmailPreferencesStayInTouchReminder; global String SenderEmail; global String SenderName; global String Signature; global String StayInTouchSubject; global String StayInTouchSignature; global String StayInTouchNote; global String Phone; global String Fax; global String MobilePhone; global String Alias; global String CommunityNickname; global String BadgeText; global Boolean IsActive; global String TimeZoneSidKey; global UserRole UserRole; global Id UserRoleId; global String LocaleSidKey; global Boolean ReceivesInfoEmails; global Boolean ReceivesAdminInfoEmails; global String EmailEncodingKey; global Profile Profile; global Id ProfileId; global String UserType; global String LanguageLocaleKey; global String EmployeeNumber; global SObject DelegatedApprover; global Id DelegatedApproverId; global User Manager; global Id ManagerId; global Datetime LastLoginDate; global Datetime LastPasswordChangeDate; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Datetime SystemModstamp; global Integer NumberOfFailedLogins; global Datetime OfflineTrialExpirationDate; global Datetime OfflinePdaTrialExpirationDate; global Boolean UserPermissionsMarketingUser; global Boolean UserPermissionsOfflineUser; global Boolean UserPermissionsCallCenterAutoLogin; global Boolean UserPermissionsMobileUser; global Boolean UserPermissionsSFContentUser; global Boolean UserPermissionsKnowledgeUser; global Boolean UserPermissionsInteractionUser; global Boolean UserPermissionsSupportUser; global Boolean UserPermissionsJigsawProspectingUser; global Boolean UserPermissionsSiteforceContributorUser; global Boolean UserPermissionsSiteforcePublisherUser; global Boolean UserPermissionsWorkDotComUserFeature; global Boolean ForecastEnabled; global Boolean UserPreferencesActivityRemindersPopup; global Boolean UserPreferencesEventRemindersCheckboxDefault; global Boolean UserPreferencesTaskRemindersCheckboxDefault; global Boolean UserPreferencesReminderSoundOff; global Boolean UserPreferencesDisableAllFeedsEmail; global Boolean UserPreferencesDisableFollowersEmail; global Boolean UserPreferencesDisableProfilePostEmail; global Boolean UserPreferencesDisableChangeCommentEmail; global Boolean UserPreferencesDisableLaterCommentEmail; global Boolean UserPreferencesDisProfPostCommentEmail; global Boolean UserPreferencesContentNoEmail; global Boolean UserPreferencesContentEmailAsAndWhen; global Boolean UserPreferencesApexPagesDeveloperMode; global Boolean UserPreferencesReceiveNoNotificationsAsApprover; global Boolean UserPreferencesReceiveNotificationsAsDelegatedApprover; global Boolean UserPreferencesHideCSNGetChatterMobileTask; global Boolean UserPreferencesDisableMentionsPostEmail; global Boolean UserPreferencesDisMentionsCommentEmail; global Boolean UserPreferencesHideCSNDesktopTask; global Boolean UserPreferencesHideChatterOnboardingSplash; global Boolean UserPreferencesHideSecondChatterOnboardingSplash; global Boolean UserPreferencesDisCommentAfterLikeEmail; global Boolean UserPreferencesDisableLikeEmail; global Boolean UserPreferencesSortFeedByComment; global Boolean UserPreferencesDisableMessageEmail; global Boolean UserPreferencesJigsawListUser; global Boolean UserPreferencesDisableBookmarkEmail; global Boolean UserPreferencesDisableSharePostEmail; global Boolean UserPreferencesEnableAutoSubForFeeds; global Boolean UserPreferencesDisableFileShareNotificationsForApi; global Boolean UserPreferencesShowTitleToExternalUsers; global Boolean UserPreferencesShowManagerToExternalUsers; global Boolean UserPreferencesShowEmailToExternalUsers; global Boolean UserPreferencesShowWorkPhoneToExternalUsers; global Boolean UserPreferencesShowMobilePhoneToExternalUsers; global Boolean UserPreferencesShowFaxToExternalUsers; global Boolean UserPreferencesShowStreetAddressToExternalUsers; global Boolean UserPreferencesShowCityToExternalUsers; global Boolean UserPreferencesShowStateToExternalUsers; global Boolean UserPreferencesShowPostalCodeToExternalUsers; global Boolean UserPreferencesShowCountryToExternalUsers; global Boolean UserPreferencesShowProfilePicToGuestUsers; global Boolean UserPreferencesShowTitleToGuestUsers; global Boolean UserPreferencesShowCityToGuestUsers; global Boolean UserPreferencesShowStateToGuestUsers; global Boolean UserPreferencesShowPostalCodeToGuestUsers; global Boolean UserPreferencesShowCountryToGuestUsers; global Boolean UserPreferencesDisableFeedbackEmail; global Boolean UserPreferencesDisableWorkEmail; global Boolean UserPreferencesPipelineViewHideHelpPopover; global Boolean UserPreferencesHideS1BrowserUI; global Boolean UserPreferencesDisableEndorsementEmail; global Boolean UserPreferencesPathAssistantCollapsed; global Boolean UserPreferencesCacheDiagnostics; global Boolean UserPreferencesShowEmailToGuestUsers; global Boolean UserPreferencesShowManagerToGuestUsers; global Boolean UserPreferencesShowWorkPhoneToGuestUsers; global Boolean UserPreferencesShowMobilePhoneToGuestUsers; global Boolean UserPreferencesShowFaxToGuestUsers; global Boolean UserPreferencesShowStreetAddressToGuestUsers; global Boolean UserPreferencesLightningExperiencePreferred; global Boolean UserPreferencesPreviewLightning; global Boolean UserPreferencesHideEndUserOnboardingAssistantModal; global Boolean UserPreferencesHideLightningMigrationModal; global Boolean UserPreferencesHideSfxWelcomeMat; global Boolean UserPreferencesHideBiggerPhotoCallout; global Boolean UserPreferencesGlobalNavBarWTShown; global Boolean UserPreferencesGlobalNavGridMenuWTShown; global Boolean UserPreferencesCreateLEXAppsWTShown; global Boolean UserPreferencesFavoritesWTShown; global Boolean UserPreferencesRecordHomeSectionCollapseWTShown; global Boolean UserPreferencesRecordHomeReservedWTShown; global Boolean UserPreferencesFavoritesShowTopFavorites; global Boolean UserPreferencesExcludeMailAppAttachments; global Boolean UserPreferencesSuppressTaskSFXReminders; global Boolean UserPreferencesSuppressEventSFXReminders; global Boolean UserPreferencesPreviewCustomTheme; global Boolean UserPreferencesHasCelebrationBadge; global Boolean UserPreferencesUserDebugModePref; global Boolean UserPreferencesSRHOverrideActivities; global Boolean UserPreferencesNewLightningReportRunPageEnabled; global Contact Contact; global Id ContactId; global Account Account; global Id AccountId; global CallCenter CallCenter; global Id CallCenterId; global String Extension; global String FederationIdentifier; global String AboutMe; global String FullPhotoUrl; global String SmallPhotoUrl; global Boolean IsExtIndicatorVisible; global String OutOfOfficeMessage; global String MediumPhotoUrl; global String DigestFrequency; global String DefaultGroupNotificationFrequency; global Integer JigsawImportLimitOverride; global Datetime LastViewedDate; global Datetime LastReferencedDate; global String BannerPhotoUrl; global String SmallBannerPhotoUrl; global String MediumBannerPhotoUrl; global Boolean IsProfilePhotoActive; global Individual Individual; global Id IndividualId; global List AcceptedEventRelations; global List AccountCleanInfoReviewers; global List AttachedContentDocuments; global List GroupMemberships; global List GroupMembershipRequests; global List CombinedAttachments; global List ContactCleanInfoReviewers; global List ContactRequests; global List ContentDocumentLinks; global List ContractsSigned; global List DeclinedEventRelations; global List EmailMessageRelations; global List FeedSubscriptionsForEntity; global List FeedSubscriptions; global List EventRelations; global List ExternalDataUserAuths; global List InstalledMobileApps; global List LeadCleanInfoReviewers; global List OutgoingEmailRelations; global List OwnedContentDocuments; global List PermissionSetAssignments; global List PermissionSetLicenseAssignments; global List RecordActions; global List RecordActionHistories; global List SessionPermSetActivations; global List UserSites; global List UndecidedEventRelations; global List DelegatedUsers; global List ManagedUsers; global List PersonRecord; global List UserEntityAccessRights; global List Feeds; global List UserFieldAccessRights; global List UserPreferences; global List Shares; global List Badges; global List GivenThanks; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List LogUser; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List ExecutionUser; global List Users; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List LeadOrContactOwner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Member; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Member; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Parent; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Users; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List Inviter; global List LastModifiedBy; global List SharedEntity; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List ArchivedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List EntityIdentifier; global List Users; global List User; global List SubscribedToUser; global List SubscriberUser; global List ContentModifiedBy; global List CreatedBy; global List FirstPublishLocation; global List LastModifiedBy; global List Owner; global List CreatedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List Member; global List CreatedBy; global List LastModifiedBy; global List User; global List ActivatedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List ActivatedBy; global List CompanySigned; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List Folder; global List LastModifiedBy; global List RunningUser; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Author; global List CreatedBy; global List Folder; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List RunAsUser; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List Folder; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Relation; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List InsertedBy; global List LastEditBy; global List Parent; global List CreatedBy; global List InsertedBy; global List LastEditBy; global List Parent; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List InsertedBy; global List BusinessOwner; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List Related; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List User; global List CreatedBy; global List LastModifiedBy; global List User; global List Users; global List User; global List CreatedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List User; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List ExecuteApexHandlerAs; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List ActivatedBy; global List CompanyAuthorizedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List ActivatedBy; global List CompanyAuthorizedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List InvokedByUser; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastActor; global List LastModifiedBy; global List SubmittedBy; global List Actor; global List CreatedBy; global List OriginalActor; global List CreatedBy; global List LastActor; global List LastModifiedBy; global List Actor; global List CreatedBy; global List OriginalActor; global List Actor; global List CreatedBy; global List OriginalActor; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List User; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List PublishedByUser; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List User; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List User; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List ExecutionUser; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List ProxyUser; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List GuestUser; global List LastModifiedBy; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Subject; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Owner; global List User; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List InsertedBy; global List User; global List CreatedBy; global List ExecutionUser; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List DelegatedApprover; global List LastModifiedBy; global List Manager; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List SalesforceUser; global List CreatedBy; global List LastModifiedBy; global List SalesforceUser; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List Manager; global List Owner; global List SalesforceUser; global List LastModifiedBy; global List UserOrGroup; global List User; global List ForecastUser; global List LastModifiedBy; global List PortalAccountOwner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List User; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List Giver; global List LastModifiedBy; global List CreatedBy; global List LastModifiedBy; global List Owner; global List CreatedBy; global List InsertedBy; global List CreatedBy; global List LastModifiedBy; global List UserOrGroup; global List CreatedBy; global List LastModifiedBy; global List Owner; global List LastModifiedBy; global List UserOrGroup; global User () { } }