LiJinHuan
2024-01-05 462188a2c982b0a8750dfe01692dfd898216bb0c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
global class Features {
    global Boolean activityReminderNotificationsEnabled;
    global Boolean chatter;
    global Boolean chatterActivity;
    global Boolean chatterAnswers;
    global Boolean chatterGlobalInfluence;
    global Boolean chatterGroupRecordSharing;
    global Boolean chatterGroupRecords;
    global Boolean chatterMessages;
    global Boolean chatterTopics;
    global Boolean communitiesEnabled;
    global Boolean communityModeration;
    global Boolean communityReputation;
    global Boolean connectRecords;
    global Boolean dashboardComponentSnapshots;
    global String defaultCurrencyIsoCode;
    global Boolean einsteinVoiceEnabled;
    global Boolean einsteinVoiceInPilotEnabled;
    global Boolean einsteinVoiceLoggingEnabled;
    global Integer einsteinVoiceProviderId;
    global Boolean favoritesEnabled;
    global Integer favoritesLimit;
    global Boolean feedPolling;
    global Boolean feedStreamEnabled;
    global Boolean files;
    global Boolean filesOnComments;
    global Boolean forecasting3AggregatedEnabled;
    global Boolean forecastingEnabled;
    global Integer forecastingPeriodRange;
    global Integer forecastingPeriodStart;
    global ConnectApi.PeriodTypesEnum forecastingPeriodType;
    global Boolean groupsCanFollow;
    global Boolean ideas;
    global String liveAgentHostName;
    global Boolean managedTopicsEnabled;
    global Integer maxEntitySubscriptionsPerStream;
    global Integer maxFilesPerFeedItem;
    global Integer maxStreamsPerPerson;
    global Boolean mobileNotificationsEnabled;
    global Boolean multiCurrency;
    global Boolean offlineEditEnabled;
    global Boolean publisherActions;
    global Boolean storeDataOnDevicesEnabled;
    global Boolean thanksAllowed;
    global Boolean trendingTopics;
    global Boolean userNavItemsEnabled;
    global Integer userNavItemsMax;
    global Boolean viralInvitesAllowed;
    global Boolean wave;
    global Features() { }
    global Object clone() { }
    global Boolean equals(Object obj) { }
    global Double getBuildVersion() { }
    global Integer hashCode() { }
    global String toString() { }
 
}