You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/api/core.api
+90Lines changed: 90 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21159,6 +21159,8 @@ public final class com/dropbox/core/v2/teamlog/EventDetails {
21159
21159
public fun getTeamEncryptionKeyRotateKeyDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyDetails;
21160
21160
public fun getTeamEncryptionKeyScheduleKeyDeletionDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionDetails;
21161
21161
public fun getTeamExtensionsPolicyChangedDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedDetails;
21162
+
public fun getTeamExternalSharingControlsActivationStateChangedDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsActivationStateChangedDetails;
21163
+
public fun getTeamExternalSharingControlsRecipientListsChangedDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails;
21162
21164
public fun getTeamFolderChangeStatusDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamFolderChangeStatusDetails;
21163
21165
public fun getTeamFolderCreateDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamFolderCreateDetails;
21164
21166
public fun getTeamFolderDowngradeDetailsValue ()Lcom/dropbox/core/v2/teamlog/TeamFolderDowngradeDetails;
@@ -21828,6 +21830,8 @@ public final class com/dropbox/core/v2/teamlog/EventDetails {
21828
21830
public fun isTeamEncryptionKeyRotateKeyDetails ()Z
21829
21831
public fun isTeamEncryptionKeyScheduleKeyDeletionDetails ()Z
21830
21832
public fun isTeamExtensionsPolicyChangedDetails ()Z
21833
+
public fun isTeamExternalSharingControlsActivationStateChangedDetails ()Z
21834
+
public fun isTeamExternalSharingControlsRecipientListsChangedDetails ()Z
21831
21835
public fun isTeamFolderChangeStatusDetails ()Z
21832
21836
public fun isTeamFolderCreateDetails ()Z
21833
21837
public fun isTeamFolderDowngradeDetails ()Z
@@ -22231,6 +22235,8 @@ public final class com/dropbox/core/v2/teamlog/EventDetails {
22231
22235
public static fun teamEncryptionKeyRotateKeyDetails (Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
22232
22236
public static fun teamEncryptionKeyScheduleKeyDeletionDetails (Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
22233
22237
public static fun teamExtensionsPolicyChangedDetails (Lcom/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
22238
+
public static fun teamExternalSharingControlsActivationStateChangedDetails (Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsActivationStateChangedDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
22239
+
public static fun teamExternalSharingControlsRecipientListsChangedDetails (Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
22234
22240
public static fun teamFolderChangeStatusDetails (Lcom/dropbox/core/v2/teamlog/TeamFolderChangeStatusDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
22235
22241
public static fun teamFolderCreateDetails (Lcom/dropbox/core/v2/teamlog/TeamFolderCreateDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
22236
22242
public static fun teamFolderDowngradeDetails (Lcom/dropbox/core/v2/teamlog/TeamFolderDowngradeDetails;)Lcom/dropbox/core/v2/teamlog/EventDetails;
@@ -22869,6 +22875,8 @@ public final class com/dropbox/core/v2/teamlog/EventDetails$Tag : java/lang/Enum
22869
22875
public static final field TEAM_ENCRYPTION_KEY_ROTATE_KEY_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
22870
22876
public static final field TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
22871
22877
public static final field TEAM_EXTENSIONS_POLICY_CHANGED_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
22878
+
public static final field TEAM_EXTERNAL_SHARING_CONTROLS_ACTIVATION_STATE_CHANGED_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
22879
+
public static final field TEAM_EXTERNAL_SHARING_CONTROLS_RECIPIENT_LISTS_CHANGED_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
22872
22880
public static final field TEAM_FOLDERS_CREATE_REPORT_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
22873
22881
public static final field TEAM_FOLDERS_CREATE_REPORT_FAILED_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
22874
22882
public static final field TEAM_FOLDER_CHANGE_STATUS_DETAILS Lcom/dropbox/core/v2/teamlog/EventDetails$Tag;
@@ -23702,6 +23710,8 @@ public final class com/dropbox/core/v2/teamlog/EventType {
23702
23710
public fun getTeamEncryptionKeyRotateKeyValue ()Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyType;
23703
23711
public fun getTeamEncryptionKeyScheduleKeyDeletionValue ()Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionType;
23704
23712
public fun getTeamExtensionsPolicyChangedValue ()Lcom/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedType;
23713
+
public fun getTeamExternalSharingControlsActivationStateChangedValue ()Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsActivationStateChangedType;
23714
+
public fun getTeamExternalSharingControlsRecipientListsChangedValue ()Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedType;
23705
23715
public fun getTeamFolderChangeStatusValue ()Lcom/dropbox/core/v2/teamlog/TeamFolderChangeStatusType;
23706
23716
public fun getTeamFolderCreateValue ()Lcom/dropbox/core/v2/teamlog/TeamFolderCreateType;
23707
23717
public fun getTeamFolderDowngradeValue ()Lcom/dropbox/core/v2/teamlog/TeamFolderDowngradeType;
@@ -24370,6 +24380,8 @@ public final class com/dropbox/core/v2/teamlog/EventType {
24370
24380
public fun isTeamEncryptionKeyRotateKey ()Z
24371
24381
public fun isTeamEncryptionKeyScheduleKeyDeletion ()Z
24372
24382
public fun isTeamExtensionsPolicyChanged ()Z
24383
+
public fun isTeamExternalSharingControlsActivationStateChanged ()Z
24384
+
public fun isTeamExternalSharingControlsRecipientListsChanged ()Z
24373
24385
public fun isTeamFolderChangeStatus ()Z
24374
24386
public fun isTeamFolderCreate ()Z
24375
24387
public fun isTeamFolderDowngrade ()Z
@@ -24772,6 +24784,8 @@ public final class com/dropbox/core/v2/teamlog/EventType {
24772
24784
public static fun teamEncryptionKeyRotateKey (Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyRotateKeyType;)Lcom/dropbox/core/v2/teamlog/EventType;
24773
24785
public static fun teamEncryptionKeyScheduleKeyDeletion (Lcom/dropbox/core/v2/teamlog/TeamEncryptionKeyScheduleKeyDeletionType;)Lcom/dropbox/core/v2/teamlog/EventType;
24774
24786
public static fun teamExtensionsPolicyChanged (Lcom/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedType;)Lcom/dropbox/core/v2/teamlog/EventType;
24787
+
public static fun teamExternalSharingControlsActivationStateChanged (Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsActivationStateChangedType;)Lcom/dropbox/core/v2/teamlog/EventType;
24788
+
public static fun teamExternalSharingControlsRecipientListsChanged (Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedType;)Lcom/dropbox/core/v2/teamlog/EventType;
24775
24789
public static fun teamFolderChangeStatus (Lcom/dropbox/core/v2/teamlog/TeamFolderChangeStatusType;)Lcom/dropbox/core/v2/teamlog/EventType;
24776
24790
public static fun teamFolderCreate (Lcom/dropbox/core/v2/teamlog/TeamFolderCreateType;)Lcom/dropbox/core/v2/teamlog/EventType;
24777
24791
public static fun teamFolderDowngrade (Lcom/dropbox/core/v2/teamlog/TeamFolderDowngradeType;)Lcom/dropbox/core/v2/teamlog/EventType;
@@ -25409,6 +25423,8 @@ public final class com/dropbox/core/v2/teamlog/EventType$Tag : java/lang/Enum {
25409
25423
public static final field TEAM_ENCRYPTION_KEY_ROTATE_KEY Lcom/dropbox/core/v2/teamlog/EventType$Tag;
25410
25424
public static final field TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION Lcom/dropbox/core/v2/teamlog/EventType$Tag;
25411
25425
public static final field TEAM_EXTENSIONS_POLICY_CHANGED Lcom/dropbox/core/v2/teamlog/EventType$Tag;
25426
+
public static final field TEAM_EXTERNAL_SHARING_CONTROLS_ACTIVATION_STATE_CHANGED Lcom/dropbox/core/v2/teamlog/EventType$Tag;
25427
+
public static final field TEAM_EXTERNAL_SHARING_CONTROLS_RECIPIENT_LISTS_CHANGED Lcom/dropbox/core/v2/teamlog/EventType$Tag;
25412
25428
public static final field TEAM_FOLDERS_CREATE_REPORT Lcom/dropbox/core/v2/teamlog/EventType$Tag;
25413
25429
public static final field TEAM_FOLDERS_CREATE_REPORT_FAILED Lcom/dropbox/core/v2/teamlog/EventType$Tag;
25414
25430
public static final field TEAM_FOLDER_CHANGE_STATUS Lcom/dropbox/core/v2/teamlog/EventType$Tag;
@@ -26046,6 +26062,8 @@ public final class com/dropbox/core/v2/teamlog/EventTypeArg : java/lang/Enum {
26046
26062
public static final field TEAM_ENCRYPTION_KEY_ROTATE_KEY Lcom/dropbox/core/v2/teamlog/EventTypeArg;
26047
26063
public static final field TEAM_ENCRYPTION_KEY_SCHEDULE_KEY_DELETION Lcom/dropbox/core/v2/teamlog/EventTypeArg;
26048
26064
public static final field TEAM_EXTENSIONS_POLICY_CHANGED Lcom/dropbox/core/v2/teamlog/EventTypeArg;
26065
+
public static final field TEAM_EXTERNAL_SHARING_CONTROLS_ACTIVATION_STATE_CHANGED Lcom/dropbox/core/v2/teamlog/EventTypeArg;
26066
+
public static final field TEAM_EXTERNAL_SHARING_CONTROLS_RECIPIENT_LISTS_CHANGED Lcom/dropbox/core/v2/teamlog/EventTypeArg;
26049
26067
public static final field TEAM_FOLDERS_CREATE_REPORT Lcom/dropbox/core/v2/teamlog/EventTypeArg;
26050
26068
public static final field TEAM_FOLDERS_CREATE_REPORT_FAILED Lcom/dropbox/core/v2/teamlog/EventTypeArg;
26051
26069
public static final field TEAM_FOLDER_CHANGE_STATUS Lcom/dropbox/core/v2/teamlog/EventTypeArg;
@@ -26286,6 +26304,15 @@ public class com/dropbox/core/v2/teamlog/ExternalDriveBackupStatusChangedType {
26286
26304
public fun toStringMultiline ()Ljava/lang/String;
26287
26305
}
26288
26306
26307
+
public final class com/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState : java/lang/Enum {
26308
+
public static final field ACTIVE Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
26309
+
public static final field DISABLED Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
26310
+
public static final field LEGACY Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
26311
+
public static final field OTHER Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
26312
+
public static fun valueOf (Ljava/lang/String;)Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
26313
+
public static fun values ()[Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
26314
+
}
26315
+
26289
26316
public class com/dropbox/core/v2/teamlog/ExternalSharingCreateReportDetails {
26290
26317
public fun <init> ()V
26291
26318
public fun equals (Ljava/lang/Object;)Z
@@ -37544,6 +37571,69 @@ public class com/dropbox/core/v2/teamlog/TeamExtensionsPolicyChangedType {
37544
37571
public fun toStringMultiline ()Ljava/lang/String;
37545
37572
}
37546
37573
37574
+
public class com/dropbox/core/v2/teamlog/TeamExternalSharingControlsActivationStateChangedDetails {
37575
+
protected final field newActivationState Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
37576
+
protected final field previousActivationState Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
37577
+
public fun <init> (Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;)V
37578
+
public fun equals (Ljava/lang/Object;)Z
37579
+
public fun getNewActivationState ()Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
37580
+
public fun getPreviousActivationState ()Lcom/dropbox/core/v2/teamlog/ExternalSharingControlsActivationState;
37581
+
public fun hashCode ()I
37582
+
public fun toString ()Ljava/lang/String;
37583
+
public fun toStringMultiline ()Ljava/lang/String;
37584
+
}
37585
+
37586
+
public class com/dropbox/core/v2/teamlog/TeamExternalSharingControlsActivationStateChangedType {
37587
+
protected final field description Ljava/lang/String;
37588
+
public fun <init> (Ljava/lang/String;)V
37589
+
public fun equals (Ljava/lang/Object;)Z
37590
+
public fun getDescription ()Ljava/lang/String;
37591
+
public fun hashCode ()I
37592
+
public fun toString ()Ljava/lang/String;
37593
+
public fun toStringMultiline ()Ljava/lang/String;
37594
+
}
37595
+
37596
+
public class com/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails {
37597
+
protected final field addedApprovedEntries Ljava/util/List;
37598
+
protected final field addedBlockedEntries Ljava/util/List;
37599
+
protected final field removedApprovedEntries Ljava/util/List;
37600
+
protected final field removedBlockedEntries Ljava/util/List;
37601
+
public fun <init> ()V
37602
+
public fun <init> (Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;)V
37603
+
public fun equals (Ljava/lang/Object;)Z
37604
+
public fun getAddedApprovedEntries ()Ljava/util/List;
37605
+
public fun getAddedBlockedEntries ()Ljava/util/List;
37606
+
public fun getRemovedApprovedEntries ()Ljava/util/List;
37607
+
public fun getRemovedBlockedEntries ()Ljava/util/List;
37608
+
public fun hashCode ()I
37609
+
public static fun newBuilder ()Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails$Builder;
37610
+
public fun toString ()Ljava/lang/String;
37611
+
public fun toStringMultiline ()Ljava/lang/String;
37612
+
}
37613
+
37614
+
public class com/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails$Builder {
37615
+
protected field addedApprovedEntries Ljava/util/List;
37616
+
protected field addedBlockedEntries Ljava/util/List;
37617
+
protected field removedApprovedEntries Ljava/util/List;
37618
+
protected field removedBlockedEntries Ljava/util/List;
37619
+
protected fun <init> ()V
37620
+
public fun build ()Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails;
37621
+
public fun withAddedApprovedEntries (Ljava/util/List;)Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails$Builder;
37622
+
public fun withAddedBlockedEntries (Ljava/util/List;)Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails$Builder;
37623
+
public fun withRemovedApprovedEntries (Ljava/util/List;)Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails$Builder;
37624
+
public fun withRemovedBlockedEntries (Ljava/util/List;)Lcom/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedDetails$Builder;
37625
+
}
37626
+
37627
+
public class com/dropbox/core/v2/teamlog/TeamExternalSharingControlsRecipientListsChangedType {
37628
+
protected final field description Ljava/lang/String;
37629
+
public fun <init> (Ljava/lang/String;)V
37630
+
public fun equals (Ljava/lang/Object;)Z
37631
+
public fun getDescription ()Ljava/lang/String;
37632
+
public fun hashCode ()I
37633
+
public fun toString ()Ljava/lang/String;
37634
+
public fun toStringMultiline ()Ljava/lang/String;
37635
+
}
37636
+
37547
37637
public class com/dropbox/core/v2/teamlog/TeamFolderChangeStatusDetails {
37548
37638
protected final field newValue Lcom/dropbox/core/v2/team/TeamFolderStatus;
37549
37639
protected final field previousValue Lcom/dropbox/core/v2/team/TeamFolderStatus;
0 commit comments